#C5ABFF

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

Shades of Melrose #C5ABFF

Tints of Melrose #C5ABFF

Color information

#C5ABFF (or 0xC5ABFF) is unknown color: approx Melrose. HEX triplet: C5, AB and FF. RGB value is (197,171,255). Sum of RGB (Red+Green+Blue) = 197+171+255=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ABFF is #3A5400. Grayscale: #BCBCBC. Windows color (decimal): -3822593 or 16755653. OLE color: 16755653.

HSL color Cylindrical-coordinate representation of color #C5ABFF: hue angle of 258.57º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5ABFF is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB197171255-
CMYK0.230.3300
HSL258.57º100%83.53%-
HSV(B)258.57º32.94%100%-
XYZ55.6448.22100.98-
YUV188.35165.61134.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.62%
GREEN value IS 171 (67.19% from 255) = 27.45%
BLUE value IS 255 (100% from 255) = 40.93%
R=31.62%
G=27.45%
B=40.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1971712550.230.3300258.5710083.53
HexC5ABFF1721001036454
Octal305253377274100403144124
Binary110001011010101111111111101111000010010000001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABFF; }

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

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

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

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

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

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

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

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