#C0ABF3

Color #C0ABF3 Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #C0ABF3

Tints of Melrose #C0ABF3

Color information

#C0ABF3 (or 0xC0ABF3) is unknown color: approx Melrose. HEX triplet: C0, AB and F3. RGB value is (192,171,243). Sum of RGB (Red+Green+Blue) = 192+171+243=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 243 (95.31% from 255 or 40.10% from 606); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0ABF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ABF3 is #3F540C. Grayscale: #B9B9B9. Windows color (decimal): -4150285 or 15969216. OLE color: 15969216.

HSL color Cylindrical-coordinate representation of color #C0ABF3: hue angle of 257.5º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0ABF3 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB192171243-
CMYK0.210.3000.05
HSL257.5º75%81.18%-
HSV(B)257.5º29.63%95.29%-
XYZ52.4846.891.06-
YUV185.49160.46132.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 31.68%
GREEN value IS 171 (67.19% from 255) = 28.22%
BLUE value IS 243 (95.31% from 255) = 40.10%
R=31.68%
G=28.22%
B=40.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1921712430.210.3000.05257.57581.18
HexC0ABF3151E051024b51
Octal300253363253605402113121
Binary1100000010101011111100111010111110010110000001010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABF3; }

 p { color: rgb(192,171,243); }

 H1.HeaderClassName
 {
   color: #C0ABF3;
 }
 .AnyTagClassName
 {
   color: #C0ABF3;
 }
</style>
background-color css

<style>
 a { background-color: #C0ABF3; }

 a { background-color: rgb(192,171,243); }

 div.DivClassName
 {
   background-color: #C0ABF3;
 }
 .BgClassName
 {
   background-color: #C0ABF3;
 }
</style>
border-color css

<style>
 span { border-color: #C0ABF3; }

 span { border-color: rgb(192,171,243); }

 td.TdClassName
 {
   border-color: #C0ABF3;
 }
 .TagClassName
 {
   border-color: #C0ABF3;
 }
</style>