#CAA3FF

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

Shades of Mauve #CAA3FF

Tints of Mauve #CAA3FF

Color information

#CAA3FF (or 0xCAA3FF) is unknown color: approx Mauve. HEX triplet: CA, A3 and FF. RGB value is (202,163,255). Sum of RGB (Red+Green+Blue) = 202+163+255=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 163 (64.06% from 255 or 26.29% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAA3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA3FF is #355C00. Grayscale: #B8B8B8. Windows color (decimal): -3496961 or 16753610. OLE color: 16753610.

HSL color Cylindrical-coordinate representation of color #CAA3FF: hue angle of 265.43º 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 #CAA3FF is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202163255-
CMYK0.210.3600
HSL265.43º100%81.96%-
HSV(B)265.43º36.08%100%-
XYZ55.545.97100.56-
YUV185.15167.42140.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.58%
GREEN value IS 163 (64.06% from 255) = 26.29%
BLUE value IS 255 (100% from 255) = 41.13%
R=32.58%
G=26.29%
B=41.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021632550.210.3600265.4310081.96
HexCAA3FF1524001096452
Octal312243377254400411144122
Binary110010101010001111111111101011001000010000100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA3FF; }

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

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

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

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

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

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

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

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