#C9AFFA

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

Shades of Melrose #C9AFFA

Tints of Melrose #C9AFFA

Color information

#C9AFFA (or 0xC9AFFA) is unknown color: approx Melrose. HEX triplet: C9, AF and FA. RGB value is (201,175,250). Sum of RGB (Red+Green+Blue) = 201+175+250=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9AFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AFFA is #365005. Grayscale: #BFBFBF. Windows color (decimal): -3559430 or 16429001. OLE color: 16429001.

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

Color convert

RGB201175250-
CMYK0.200.300.02
HSL260.8º88.24%83.33%-
HSV(B)260.8º30%98.04%-
XYZ56.6749.9897.1-
YUV191.32161.11134.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.11%
GREEN value IS 175 (68.75% from 255) = 27.96%
BLUE value IS 250 (98.05% from 255) = 39.94%
R=32.11%
G=27.96%
B=39.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011752500.200.300.02260.888.2483.33
HexC9AFFA141E021055853
Octal311257372243602405130123
Binary110010011010111111111010101001111001010000010110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AFFA; }

 p { color: rgb(201,175,250); }

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

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

 a { background-color: rgb(201,175,250); }

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

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

 span { border-color: rgb(201,175,250); }

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