#CAA0FB

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

Shades of Mauve #CAA0FB

Tints of Mauve #CAA0FB

Color information

#CAA0FB (or 0xCAA0FB) is unknown color: approx Mauve. HEX triplet: CA, A0 and FB. RGB value is (202,160,251). Sum of RGB (Red+Green+Blue) = 202+160+251=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 160 (62.89% from 255 or 26.10% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #CAA0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA0FB is #355F04. Grayscale: #B6B6B6. Windows color (decimal): -3497733 or 16490698. OLE color: 16490698.

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

Color convert

RGB202160251-
CMYK0.200.3600.02
HSL267.69º91.92%80.59%-
HSV(B)267.69º36.25%98.43%-
XYZ54.3444.6697.02-
YUV182.93166.41141.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.95%
GREEN value IS 160 (62.89% from 255) = 26.10%
BLUE value IS 251 (98.44% from 255) = 40.95%
R=32.95%
G=26.10%
B=40.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021602510.200.3600.02267.6991.9280.59
HexCAA0FB14240210c5c51
Octal312240373244402414134121
Binary1100101010100000111110111010010010001010000110010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA0FB; }

 p { color: rgb(202,160,251); }

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

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

 a { background-color: rgb(202,160,251); }

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

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

 span { border-color: rgb(202,160,251); }

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