#C9AFF3

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

Shades of Melrose #C9AFF3

Tints of Melrose #C9AFF3

Color information

#C9AFF3 (or 0xC9AFF3) is unknown color: approx Melrose. HEX triplet: C9, AF and F3. RGB value is (201,175,243). Sum of RGB (Red+Green+Blue) = 201+175+243=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #C9AFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AFF3 is #36500C. Grayscale: #BEBEBE. Windows color (decimal): -3559437 or 15970249. OLE color: 15970249.

HSL color Cylindrical-coordinate representation of color #C9AFF3: hue angle of 262.94º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9AFF3 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB201175243-
CMYK0.170.2800.05
HSL262.94º73.91%81.96%-
HSV(B)262.94º27.98%95.29%-
XYZ55.649.5591.43-
YUV190.53157.61135.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.47%
GREEN value IS 175 (68.75% from 255) = 28.27%
BLUE value IS 243 (95.31% from 255) = 39.26%
R=32.47%
G=28.27%
B=39.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2011752430.170.2800.05262.9473.9181.96
HexC9AFF3111C051074a52
Octal311257363213405407112122
Binary1100100110101111111100111000111100010110000011110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AFF3; }

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

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

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

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

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

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

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

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