#C0AAFA

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

Shades of Melrose #C0AAFA

Tints of Melrose #C0AAFA

Color information

#C0AAFA (or 0xC0AAFA) is unknown color: approx Melrose. HEX triplet: C0, AA and FA. RGB value is (192,170,250). Sum of RGB (Red+Green+Blue) = 192+170+250=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AAFA is #3F5505. Grayscale: #B9B9B9. Windows color (decimal): -4150534 or 16427712. OLE color: 16427712.

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

Color convert

RGB192170250-
CMYK0.230.3200.02
HSL256.5º88.89%82.35%-
HSV(B)256.5º32%98.04%-
XYZ53.3746.8696.67-
YUV185.7164.29132.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.37%
GREEN value IS 170 (66.80% from 255) = 27.78%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=31.37%
G=27.78%
B=40.85%

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
Decimal1921702500.230.3200.02256.588.8982.35
HexC0AAFA1720021005952
Octal300252372274002400131122
Binary1100000010101010111110101011110000001010000000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AAFA; }

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

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

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

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

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

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

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

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