#C5ABFA

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

Shades of Melrose #C5ABFA

Tints of Melrose #C5ABFA

Color information

#C5ABFA (or 0xC5ABFA) is unknown color: approx Melrose. HEX triplet: C5, AB and FA. RGB value is (197,171,250). Sum of RGB (Red+Green+Blue) = 197+171+250=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ABFA is #3A5405. Grayscale: #BBBBBB. Windows color (decimal): -3822598 or 16427973. OLE color: 16427973.

HSL color Cylindrical-coordinate representation of color #C5ABFA: hue angle of 259.75º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5ABFA is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197171250-
CMYK0.210.3200.02
HSL259.75º88.76%82.55%-
HSV(B)259.75º31.6%98.04%-
XYZ54.8447.996.8-
YUV187.78163.11134.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.88%
GREEN value IS 171 (67.19% from 255) = 27.67%
BLUE value IS 250 (98.05% from 255) = 40.45%
R=31.88%
G=27.67%
B=40.45%

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
Decimal1971712500.210.3200.02259.7588.7682.55
HexC5ABFA1520021045953
Octal305253372254002404131123
Binary1100010110101011111110101010110000001010000010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABFA; }

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

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

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

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

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

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

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

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