#CFA1F3

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

Shades of Mauve #CFA1F3

Tints of Mauve #CFA1F3

Color information

#CFA1F3 (or 0xCFA1F3) is unknown color: approx Mauve. HEX triplet: CF, A1 and F3. RGB value is (207,161,243). Sum of RGB (Red+Green+Blue) = 207+161+243=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 161 (63.28% from 255 or 26.35% from 611); Blue value is 243 (95.31% from 255 or 39.77% from 611); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFA1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA1F3 is #305E0C. Grayscale: #B7B7B7. Windows color (decimal): -3169805 or 15966671. OLE color: 15966671.

HSL color Cylindrical-coordinate representation of color #CFA1F3: hue angle of 273.66º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFA1F3 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207161243-
CMYK0.150.3400.05
HSL273.66º77.36%79.22%-
HSV(B)273.66º33.74%95.29%-
XYZ54.6545.2390.64-
YUV184.1161.24144.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.88%
GREEN value IS 161 (63.28% from 255) = 26.35%
BLUE value IS 243 (95.31% from 255) = 39.77%
R=33.88%
G=26.35%
B=39.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2071612430.150.3400.05273.6677.3679.22
HexCFA1F3F22051124d4f
Octal317241363174205422115117
Binary1100111110100001111100111111100010010110001001010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA1F3; }

 p { color: rgb(207,161,243); }

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

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

 a { background-color: rgb(207,161,243); }

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

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

 span { border-color: rgb(207,161,243); }

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