#CAABFA

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

Shades of Mauve #CAABFA

Tints of Mauve #CAABFA

Color information

#CAABFA (or 0xCAABFA) is unknown color: approx Mauve. HEX triplet: CA, AB and FA. RGB value is (202,171,250). Sum of RGB (Red+Green+Blue) = 202+171+250=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAABFA is #355405. Grayscale: #BCBCBC. Windows color (decimal): -3494918 or 16427978. OLE color: 16427978.

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

Color convert

RGB202171250-
CMYK0.190.3200.02
HSL263.54º88.76%82.55%-
HSV(B)263.54º31.6%98.04%-
XYZ56.1848.5896.86-
YUV189.27162.27137.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 171 (67.19% from 255) = 27.45%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=32.42%
G=27.45%
B=40.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021712500.190.3200.02263.5488.7682.55
HexCAABFA1320021085953
Octal312253372234002410131123
Binary1100101010101011111110101001110000001010000100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABFA; }

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

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

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

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

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

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

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

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