#CAA9FD

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

Shades of Mauve #CAA9FD

Tints of Mauve #CAA9FD

Color information

#CAA9FD (or 0xCAA9FD) is unknown color: approx Mauve. HEX triplet: CA, A9 and FD. RGB value is (202,169,253). Sum of RGB (Red+Green+Blue) = 202+169+253=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 169 (66.41% from 255 or 27.08% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAA9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA9FD is #355602. Grayscale: #BCBCBC. Windows color (decimal): -3495427 or 16624074. OLE color: 16624074.

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

Color convert

RGB202169253-
CMYK0.200.3300.01
HSL263.57º95.45%82.75%-
HSV(B)263.57º33.2%99.22%-
XYZ56.2748.0299.23-
YUV188.44164.43137.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 169 (66.41% from 255) = 27.08%
BLUE value IS 253 (99.22% from 255) = 40.54%
R=32.37%
G=27.08%
B=40.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021692530.200.3300.01263.5795.4582.75
HexCAA9FD1421011085f53
Octal312251375244101410137123
Binary110010101010100111111101101001000010110000100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA9FD; }

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

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

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

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

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

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

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

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