#CAA4F7

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

Shades of Mauve #CAA4F7

Tints of Mauve #CAA4F7

Color information

#CAA4F7 (or 0xCAA4F7) is unknown color: approx Mauve. HEX triplet: CA, A4 and F7. RGB value is (202,164,247). Sum of RGB (Red+Green+Blue) = 202+164+247=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 164 (64.45% from 255 or 26.75% from 613); Blue value is 247 (96.88% from 255 or 40.29% from 613); Max value from RGB is 247 - color contains mainly: blue. Hex color #CAA4F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA4F7 is #355B08. Grayscale: #B8B8B8. Windows color (decimal): -3496713 or 16229578. OLE color: 16229578.

HSL color Cylindrical-coordinate representation of color #CAA4F7: hue angle of 267.47º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAA4F7 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202164247-
CMYK0.180.3400.03
HSL267.47º83.84%80.59%-
HSV(B)267.47º33.6%96.86%-
XYZ54.4245.8293.97-
YUV184.82163.09140.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.95%
GREEN value IS 164 (64.45% from 255) = 26.75%
BLUE value IS 247 (96.88% from 255) = 40.29%
R=32.95%
G=26.75%
B=40.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2021642470.180.3400.03267.4783.8480.59
HexCAA4F712220310b5451
Octal312244367224203413124121
Binary1100101010100100111101111001010001001110000101110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA4F7; }

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

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

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

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

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

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

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

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