#CAA4FE

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

Shades of Mauve #CAA4FE

Tints of Mauve #CAA4FE

Color information

#CAA4FE (or 0xCAA4FE) is unknown color: approx Mauve. HEX triplet: CA, A4 and FE. RGB value is (202,164,254). Sum of RGB (Red+Green+Blue) = 202+164+254=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 164 (64.45% from 255 or 26.45% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAA4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA4FE is #355B01. Grayscale: #B9B9B9. Windows color (decimal): -3496706 or 16688330. OLE color: 16688330.

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

Color convert

RGB202164254-
CMYK0.200.3500.00
HSL265.33º97.83%81.96%-
HSV(B)265.33º35.43%99.61%-
XYZ55.5246.2699.77-
YUV185.62166.59139.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.58%
GREEN value IS 164 (64.45% from 255) = 26.45%
BLUE value IS 254 (99.61% from 255) = 40.97%
R=32.58%
G=26.45%
B=40.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021642540.200.3500.00265.3397.8381.96
HexCAA4FE1423001096252
Octal312244376244300411142122
Binary110010101010010011111110101001000110010000100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA4FE; }

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

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

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

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

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

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

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

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