#caa4ff

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

Shades of Mauve #CAA4FF

Tints of Mauve #CAA4FF

Color information

#CAA4FF (or 0xCAA4FF) is unknown color: approx Mauve. HEX triplet: CA, A4 and FF. RGB value is (202,164,255). Sum of RGB (Red+Green+Blue) = 202+164+255=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 164 (64.45% from 255 or 26.41% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAA4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA4FF is #355B00. Grayscale: #B9B9B9. Windows color (decimal): -3496705 or 16753866. OLE color: 16753866.

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

Color convert

RGB202164255-
CMYK0.210.3600
HSL265.05º100%82.16%-
HSV(B)265.05º35.69%100%-
XYZ55.6846.33100.62-
YUV185.74167.09139.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 164 (64.45% from 255) = 26.41%
BLUE value IS 255 (100% from 255) = 41.06%
R=32.53%
G=26.41%
B=41.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021642550.210.3600265.0510082.16
HexCAA4FF1524001096452
Octal312244377254400411144122
Binary110010101010010011111111101011001000010000100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #caa4ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #caa4ff; }

 p { color: rgb(202,164,255); }

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

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

 a { background-color: rgb(202,164,255); }

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

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

 span { border-color: rgb(202,164,255); }

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