#C4ABF8

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

Shades of Melrose #C4ABF8

Tints of Melrose #C4ABF8

Color information

#C4ABF8 (or 0xC4ABF8) is unknown color: approx Melrose. HEX triplet: C4, AB and F8. RGB value is (196,171,248). Sum of RGB (Red+Green+Blue) = 196+171+248=615 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.87% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #C4ABF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ABF8 is #3B5407. Grayscale: #BABABA. Windows color (decimal): -3888136 or 16296900. OLE color: 16296900.

HSL color Cylindrical-coordinate representation of color #C4ABF8: hue angle of 259.48º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C4ABF8 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB196171248-
CMYK0.210.3100.03
HSL259.48º84.62%82.16%-
HSV(B)259.48º31.05%97.25%-
XYZ54.2747.6495.14-
YUV187.25162.28134.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.87%
GREEN value IS 171 (67.19% from 255) = 27.80%
BLUE value IS 248 (97.27% from 255) = 40.33%
R=31.87%
G=27.80%
B=40.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1961712480.210.3100.03259.4884.6282.16
HexC4ABF8151F031035552
Octal304253370253703403125122
Binary110001001010101111111000101011111101110000001110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ABF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ABF8; }

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

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

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

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

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

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

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

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