#C5ABE1

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

Shades of Perfume #C5ABE1

Tints of Perfume #C5ABE1

Color information

#C5ABE1 (or 0xC5ABE1) is unknown color: approx Perfume. HEX triplet: C5, AB and E1. RGB value is (197,171,225). Sum of RGB (Red+Green+Blue) = 197+171+225=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 225 - color contains mainly: blue. Hex color #C5ABE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABE1 is #3A541E. Grayscale: #B8B8B8. Windows color (decimal): -3822623 or 14789573. OLE color: 14789573.

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

Color convert

RGB197171225-
CMYK0.120.2400.12
HSL268.89º47.37%77.65%-
HSV(B)268.89º24%88.24%-
XYZ51.1846.4377.5-
YUV184.93150.61136.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.22%
GREEN value IS 171 (67.19% from 255) = 28.84%
BLUE value IS 225 (88.28% from 255) = 37.94%
R=33.22%
G=28.84%
B=37.94%

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
Decimal1971712250.120.2400.12268.8947.3777.65
HexC5ABE1C180C10d2f4e
Octal305253341143001441557116
Binary110001011010101111100001110011000011001000011011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABE1; }

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

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

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

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

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

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

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

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