#C4ABF6

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

Shades of Melrose #C4ABF6

Tints of Melrose #C4ABF6

Color information

#C4ABF6 (or 0xC4ABF6) is unknown color: approx Melrose. HEX triplet: C4, AB and F6. RGB value is (196,171,246). Sum of RGB (Red+Green+Blue) = 196+171+246=613 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.97% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #C4ABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ABF6 is #3B5409. Grayscale: #BABABA. Windows color (decimal): -3888138 or 16165828. OLE color: 16165828.

HSL color Cylindrical-coordinate representation of color #C4ABF6: hue angle of 260º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4ABF6 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB196171246-
CMYK0.200.3000.04
HSL260º80.65%81.76%-
HSV(B)260º30.49%96.47%-
XYZ53.9647.5293.52-
YUV187.02161.28134.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.97%
GREEN value IS 171 (67.19% from 255) = 27.90%
BLUE value IS 246 (96.48% from 255) = 40.13%
R=31.97%
G=27.90%
B=40.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1961712460.200.3000.0426080.6581.76
HexC4ABF6141E041045152
Octal304253366243604404121122
Binary1100010010101011111101101010011110010010000010010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ABF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ABF6; }

 p { color: rgb(196,171,246); }

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

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

 a { background-color: rgb(196,171,246); }

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

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

 span { border-color: rgb(196,171,246); }

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