#c0aafe

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

Shades of Melrose #C0AAFE

Tints of Melrose #C0AAFE

Color information

#C0AAFE (or 0xC0AAFE) is unknown color: approx Melrose. HEX triplet: C0, AA and FE. RGB value is (192,170,254). Sum of RGB (Red+Green+Blue) = 192+170+254=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AAFE is #3F5501. Grayscale: #B9B9B9. Windows color (decimal): -4150530 or 16689856. OLE color: 16689856.

HSL color Cylindrical-coordinate representation of color #C0AAFE: hue angle of 255.71º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0AAFE is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB192170254-
CMYK0.240.3300.00
HSL255.71º97.67%83.14%-
HSV(B)255.71º33.07%99.61%-
XYZ5447.11100.01-
YUV186.15166.29132.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.17%
GREEN value IS 170 (66.80% from 255) = 27.60%
BLUE value IS 254 (99.61% from 255) = 41.23%
R=31.17%
G=27.60%
B=41.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1921702540.240.3300.00255.7197.6783.14
HexC0AAFE1821001006253
Octal300252376304100400142123
Binary110000001010101011111110110001000010010000000011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0aafe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0aafe; }

 p { color: rgb(192,170,254); }

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

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

 a { background-color: rgb(192,170,254); }

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

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

 span { border-color: rgb(192,170,254); }

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