#CAA6FD

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

Shades of Mauve #CAA6FD

Tints of Mauve #CAA6FD

Color information

#CAA6FD (or 0xCAA6FD) is unknown color: approx Mauve. HEX triplet: CA, A6 and FD. RGB value is (202,166,253). Sum of RGB (Red+Green+Blue) = 202+166+253=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 166 (65.23% from 255 or 26.73% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAA6FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA6FD is #355902. Grayscale: #BABABA. Windows color (decimal): -3496195 or 16623306. OLE color: 16623306.

HSL color Cylindrical-coordinate representation of color #CAA6FD: hue angle of 264.83º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAA6FD is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202166253-
CMYK0.200.3400.01
HSL264.83º95.6%82.16%-
HSV(B)264.83º34.39%99.22%-
XYZ55.7246.9299.05-
YUV186.68165.43138.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 166 (65.23% from 255) = 26.73%
BLUE value IS 253 (99.22% from 255) = 40.74%
R=32.53%
G=26.73%
B=40.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021662530.200.3400.01264.8395.682.16
HexCAA6FD1422011096052
Octal312246375244201411140122
Binary110010101010011011111101101001000100110000100111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA6FD; }

 p { color: rgb(202,166,253); }

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

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

 a { background-color: rgb(202,166,253); }

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

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

 span { border-color: rgb(202,166,253); }

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