#CAA7FF

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

Shades of Mauve #CAA7FF

Tints of Mauve #CAA7FF

Color information

#CAA7FF (or 0xCAA7FF) is unknown color: approx Mauve. HEX triplet: CA, A7 and FF. RGB value is (202,167,255). Sum of RGB (Red+Green+Blue) = 202+167+255=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 167 (65.62% from 255 or 26.76% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAA7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA7FF is #355800. Grayscale: #BBBBBB. Windows color (decimal): -3495937 or 16754634. OLE color: 16754634.

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

Color convert

RGB202167255-
CMYK0.210.3500
HSL263.86º100%82.75%-
HSV(B)263.86º34.51%100%-
XYZ56.2347.41100.8-
YUV187.5166.1138.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 167 (65.62% from 255) = 26.76%
BLUE value IS 255 (100% from 255) = 40.87%
R=32.37%
G=26.76%
B=40.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021672550.210.3500263.8610082.75
HexCAA7FF1523001086453
Octal312247377254300410144123
Binary110010101010011111111111101011000110010000100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA7FF; }

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

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

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

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

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

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

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

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