#CAAFFA

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

Shades of Mauve #CAAFFA

Tints of Mauve #CAAFFA

Color information

#CAAFFA (or 0xCAAFFA) is unknown color: approx Mauve. HEX triplet: CA, AF and FA. RGB value is (202,175,250). Sum of RGB (Red+Green+Blue) = 202+175+250=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAAFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAFFA is #355005. Grayscale: #BFBFBF. Windows color (decimal): -3493894 or 16429002. OLE color: 16429002.

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

Color convert

RGB202175250-
CMYK0.190.300.02
HSL261.6º88.24%83.33%-
HSV(B)261.6º30%98.04%-
XYZ56.9450.1297.12-
YUV191.62160.95135.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.22%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=32.22%
G=27.91%
B=39.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021752500.190.300.02261.688.2483.33
HexCAAFFA131E021065853
Octal312257372233602406130123
Binary110010101010111111111010100111111001010000011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFFA; }

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

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

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

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

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

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

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

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