#CAAAF8

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

Shades of Mauve #CAAAF8

Tints of Mauve #CAAAF8

Color information

#CAAAF8 (or 0xCAAAF8) is unknown color: approx Mauve. HEX triplet: CA, AA and F8. RGB value is (202,170,248). Sum of RGB (Red+Green+Blue) = 202+170+248=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 248 (97.27% from 255 or 40% from 620); Max value from RGB is 248 - color contains mainly: blue. Hex color #CAAAF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAAF8 is #355507. Grayscale: #BCBCBC. Windows color (decimal): -3495176 or 16296650. OLE color: 16296650.

HSL color Cylindrical-coordinate representation of color #CAAAF8: hue angle of 264.62º degrees, saturation: 0.85, 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 #CAAAF8 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202170248-
CMYK0.190.3100.03
HSL264.62º84.78%81.96%-
HSV(B)264.62º31.45%97.25%-
XYZ55.6848.0895.15-
YUV188.46161.6137.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.58%
GREEN value IS 170 (66.80% from 255) = 27.42%
BLUE value IS 248 (97.27% from 255) = 40%
R=32.58%
G=27.42%
B=40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2021702480.190.3100.03264.6284.7881.96
HexCAAAF8131F031095552
Octal312252370233703411125122
Binary110010101010101011111000100111111101110000100110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAAF8; }

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

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

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

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

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

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

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

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