#CAA4FA

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

Shades of Mauve #CAA4FA

Tints of Mauve #CAA4FA

Color information

#CAA4FA (or 0xCAA4FA) is unknown color: approx Mauve. HEX triplet: CA, A4 and FA. RGB value is (202,164,250). Sum of RGB (Red+Green+Blue) = 202+164+250=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 164 (64.45% from 255 or 26.62% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAA4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA4FA is #355B05. Grayscale: #B8B8B8. Windows color (decimal): -3496710 or 16426186. OLE color: 16426186.

HSL color Cylindrical-coordinate representation of color #CAA4FA: hue angle of 266.51º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAA4FA is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202164250-
CMYK0.190.3400.02
HSL266.51º89.58%81.18%-
HSV(B)266.51º34.4%98.04%-
XYZ54.8946.0196.43-
YUV185.17164.59140.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.79%
GREEN value IS 164 (64.45% from 255) = 26.62%
BLUE value IS 250 (98.05% from 255) = 40.58%
R=32.79%
G=26.62%
B=40.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021642500.190.3400.02266.5189.5881.18
HexCAA4FA13220210b5a51
Octal312244372234202413132121
Binary1100101010100100111110101001110001001010000101110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA4FA; }

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

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

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

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

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

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

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

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