#C5ABE0

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

Shades of Perfume #C5ABE0

Tints of Perfume #C5ABE0

Color information

#C5ABE0 (or 0xC5ABE0) is unknown color: approx Perfume. HEX triplet: C5, AB and E0. RGB value is (197,171,224). Sum of RGB (Red+Green+Blue) = 197+171+224=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 224 - color contains mainly: blue. Hex color #C5ABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABE0 is #3A541F. Grayscale: #B8B8B8. Windows color (decimal): -3822624 or 14724037. OLE color: 14724037.

HSL color Cylindrical-coordinate representation of color #C5ABE0: hue angle of 269.43º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5ABE0 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB197171224-
CMYK0.120.2400.12
HSL269.43º46.09%77.45%-
HSV(B)269.43º23.66%87.84%-
XYZ51.0446.3876.78-
YUV184.82150.11136.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.28%
GREEN value IS 171 (67.19% from 255) = 28.89%
BLUE value IS 224 (87.89% from 255) = 37.84%
R=33.28%
G=28.89%
B=37.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1971712240.120.2400.12269.4346.0977.45
HexC5ABE0C180C10d2e4d
Octal305253340143001441556115
Binary110001011010101111100000110011000011001000011011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABE0; }

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

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

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

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

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

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

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

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