#C4A9F9

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

Shades of Melrose #C4A9F9

Tints of Melrose #C4A9F9

Color information

#C4A9F9 (or 0xC4A9F9) is unknown color: approx Melrose. HEX triplet: C4, A9 and F9. RGB value is (196,169,249). Sum of RGB (Red+Green+Blue) = 196+169+249=614 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.92% from 614); Green value is 169 (66.41% from 255 or 27.52% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #C4A9F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A9F9 is #3B5606. Grayscale: #B9B9B9. Windows color (decimal): -3888647 or 16361924. OLE color: 16361924.

HSL color Cylindrical-coordinate representation of color #C4A9F9: hue angle of 260.25º degrees, saturation: 0.87, 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 #C4A9F9 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB196169249-
CMYK0.210.3200.02
HSL260.25º86.96%81.96%-
HSV(B)260.25º32.13%97.65%-
XYZ54.0546.9595.84-
YUV186.19163.45135-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.92%
GREEN value IS 169 (66.41% from 255) = 27.52%
BLUE value IS 249 (97.66% from 255) = 40.55%
R=31.92%
G=27.52%
B=40.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1961692490.210.3200.02260.2586.9681.96
HexC4A9F91520021045752
Octal304251371254002404127122
Binary1100010010101001111110011010110000001010000010010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A9F9; }

 p { color: rgb(196,169,249); }

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

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

 a { background-color: rgb(196,169,249); }

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

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

 span { border-color: rgb(196,169,249); }

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