#C5ABF8

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

Shades of Melrose #C5ABF8

Tints of Melrose #C5ABF8

Color information

#C5ABF8 (or 0xC5ABF8) is unknown color: approx Melrose. HEX triplet: C5, AB and F8. RGB value is (197,171,248). Sum of RGB (Red+Green+Blue) = 197+171+248=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 248 (97.27% from 255 or 40.26% from 616); Max value from RGB is 248 - color contains mainly: blue. Hex color #C5ABF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ABF8 is #3A5407. Grayscale: #BBBBBB. Windows color (decimal): -3822600 or 16296901. OLE color: 16296901.

HSL color Cylindrical-coordinate representation of color #C5ABF8: hue angle of 260.26º 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 #C5ABF8 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB197171248-
CMYK0.210.3100.03
HSL260.26º84.62%82.16%-
HSV(B)260.26º31.05%97.25%-
XYZ54.5347.7795.15-
YUV187.55162.11134.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.98%
GREEN value IS 171 (67.19% from 255) = 27.76%
BLUE value IS 248 (97.27% from 255) = 40.26%
R=31.98%
G=27.76%
B=40.26%

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
Decimal1971712480.210.3100.03260.2684.6282.16
HexC5ABF8151F031045552
Octal305253370253703404125122
Binary110001011010101111111000101011111101110000010010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABF8; }

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

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

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

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

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

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

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

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