#C0ABFA

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

Shades of Melrose #C0ABFA

Tints of Melrose #C0ABFA

Color information

#C0ABFA (or 0xC0ABFA) is unknown color: approx Melrose. HEX triplet: C0, AB and FA. RGB value is (192,171,250). Sum of RGB (Red+Green+Blue) = 192+171+250=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ABFA is #3F5405. Grayscale: #B9B9B9. Windows color (decimal): -4150278 or 16427968. OLE color: 16427968.

HSL color Cylindrical-coordinate representation of color #C0ABFA: hue angle of 255.95º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0ABFA is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192171250-
CMYK0.230.3200.02
HSL255.95º88.76%82.55%-
HSV(B)255.95º31.6%98.04%-
XYZ53.5647.2396.74-
YUV186.28163.96132.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.32%
GREEN value IS 171 (67.19% from 255) = 27.90%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=31.32%
G=27.90%
B=40.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921712500.230.3200.02255.9588.7682.55
HexC0ABFA1720021005953
Octal300253372274002400131123
Binary1100000010101011111110101011110000001010000000010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABFA; }

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

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

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

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

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

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

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

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