#CAAAF7

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

Shades of Mauve #CAAAF7

Tints of Mauve #CAAAF7

Color information

#CAAAF7 (or 0xCAAAF7) is unknown color: approx Mauve. HEX triplet: CA, AA and F7. RGB value is (202,170,247). Sum of RGB (Red+Green+Blue) = 202+170+247=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 247 (96.88% from 255 or 39.90% from 619); Max value from RGB is 247 - color contains mainly: blue. Hex color #CAAAF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAAF7 is #355508. Grayscale: #BCBCBC. Windows color (decimal): -3495177 or 16231114. OLE color: 16231114.

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

Color convert

RGB202170247-
CMYK0.180.3100.03
HSL264.94º82.8%81.76%-
HSV(B)264.94º31.17%96.86%-
XYZ55.5248.0294.34-
YUV188.35161.1137.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 170 (66.80% from 255) = 27.46%
BLUE value IS 247 (96.88% from 255) = 39.90%
R=32.63%
G=27.46%
B=39.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2021702470.180.3100.03264.9482.881.76
HexCAAAF7121F031095352
Octal312252367223703411123122
Binary110010101010101011110111100101111101110000100110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAAF7; }

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

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

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

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

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

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

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

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