#CFA2FF

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

Shades of Mauve #CFA2FF

Tints of Mauve #CFA2FF

Color information

#CFA2FF (or 0xCFA2FF) is unknown color: approx Mauve. HEX triplet: CF, A2 and FF. RGB value is (207,162,255). Sum of RGB (Red+Green+Blue) = 207+162+255=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 162 (63.67% from 255 or 25.96% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFA2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA2FF is #305D00. Grayscale: #B9B9B9. Windows color (decimal): -3169537 or 16753359. OLE color: 16753359.

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

Color convert

RGB207162255-
CMYK0.190.3600
HSL269.03º100%81.76%-
HSV(B)269.03º36.47%100%-
XYZ56.746.33100.56-
YUV186.06166.91142.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.17%
GREEN value IS 162 (63.67% from 255) = 25.96%
BLUE value IS 255 (100% from 255) = 40.87%
R=33.17%
G=25.96%
B=40.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071622550.190.3600269.0310081.76
HexCFA2FF13240010d6452
Octal317242377234400415144122
Binary110011111010001011111111100111001000010000110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA2FF; }

 p { color: rgb(207,162,255); }

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

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

 a { background-color: rgb(207,162,255); }

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

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

 span { border-color: rgb(207,162,255); }

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