#CAA7FE

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

Shades of Mauve #CAA7FE

Tints of Mauve #CAA7FE

Color information

#CAA7FE (or 0xCAA7FE) is unknown color: approx Mauve. HEX triplet: CA, A7 and FE. RGB value is (202,167,254). Sum of RGB (Red+Green+Blue) = 202+167+254=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 167 (65.62% from 255 or 26.81% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAA7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA7FE is #355801. Grayscale: #BBBBBB. Windows color (decimal): -3495938 or 16689098. OLE color: 16689098.

HSL color Cylindrical-coordinate representation of color #CAA7FE: hue angle of 264.14º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAA7FE is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202167254-
CMYK0.200.3400.00
HSL264.14º97.75%82.55%-
HSV(B)264.14º34.25%99.61%-
XYZ56.0747.3599.95-
YUV187.38165.6138.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 167 (65.62% from 255) = 26.81%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=32.42%
G=26.81%
B=40.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021672540.200.3400.00264.1497.7582.55
HexCAA7FE1422001086253
Octal312247376244200410142123
Binary110010101010011111111110101001000100010000100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA7FE; }

 p { color: rgb(202,167,254); }

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

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

 a { background-color: rgb(202,167,254); }

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

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

 span { border-color: rgb(202,167,254); }

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