#C5A4EA

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

Shades of Perfume #C5A4EA

Tints of Perfume #C5A4EA

Color information

#C5A4EA (or 0xC5A4EA) is unknown color: approx Perfume. HEX triplet: C5, A4 and EA. RGB value is (197,164,234). Sum of RGB (Red+Green+Blue) = 197+164+234=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 164 (64.45% from 255 or 27.56% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5A4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A4EA is #3A5B15. Grayscale: #B5B5B5. Windows color (decimal): -3824406 or 15377605. OLE color: 15377605.

HSL color Cylindrical-coordinate representation of color #C5A4EA: hue angle of 268.29º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5A4EA is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB197164234-
CMYK0.160.3000.08
HSL268.29º62.5%78.04%-
HSV(B)268.29º29.91%91.76%-
XYZ51.1544.3683.71-
YUV181.85157.43138.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.11%
GREEN value IS 164 (64.45% from 255) = 27.56%
BLUE value IS 234 (91.80% from 255) = 39.33%
R=33.11%
G=27.56%
B=39.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1971642340.160.3000.08268.2962.578.04
HexC5A4EA101E0810c3e4e
Octal305244352203601041476116
Binary1100010110100100111010101000011110010001000011001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A4EA; }

 p { color: rgb(197,164,234); }

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

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

 a { background-color: rgb(197,164,234); }

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

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

 span { border-color: rgb(197,164,234); }

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