#CAA5FF

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

Shades of Mauve #CAA5FF

Tints of Mauve #CAA5FF

Color information

#CAA5FF (or 0xCAA5FF) is unknown color: approx Mauve. HEX triplet: CA, A5 and FF. RGB value is (202,165,255). Sum of RGB (Red+Green+Blue) = 202+165+255=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 165 (64.84% from 255 or 26.53% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAA5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA5FF is #355A00. Grayscale: #BABABA. Windows color (decimal): -3496449 or 16754122. OLE color: 16754122.

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

Color convert

RGB202165255-
CMYK0.210.3500
HSL264.67º100%82.35%-
HSV(B)264.67º35.29%100%-
XYZ55.8646.69100.67-
YUV186.32166.76139.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.48%
GREEN value IS 165 (64.84% from 255) = 26.53%
BLUE value IS 255 (100% from 255) = 41.00%
R=32.48%
G=26.53%
B=41.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021652550.210.3500264.6710082.35
HexCAA5FF1523001096452
Octal312245377254300411144122
Binary110010101010010111111111101011000110010000100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA5FF; }

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

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

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

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

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

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

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

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