#CF9AFA

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

Shades of Mauve #CF9AFA

Tints of Mauve #CF9AFA

Color information

#CF9AFA (or 0xCF9AFA) is unknown color: approx Mauve. HEX triplet: CF, 9A and FA. RGB value is (207,154,250). Sum of RGB (Red+Green+Blue) = 207+154+250=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF9AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9AFA is #306505. Grayscale: #B4B4B4. Windows color (decimal): -3171590 or 16423631. OLE color: 16423631.

HSL color Cylindrical-coordinate representation of color #CF9AFA: hue angle of 273.12º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF9AFA is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207154250-
CMYK0.170.3800.02
HSL273.12º90.57%79.22%-
HSV(B)273.12º38.4%98.04%-
XYZ54.5443.2895.92-
YUV180.79167.06146.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.88%
GREEN value IS 154 (60.55% from 255) = 25.20%
BLUE value IS 250 (98.05% from 255) = 40.92%
R=33.88%
G=25.20%
B=40.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071542500.170.3800.02273.1290.5779.22
HexCF9AFA1126021115b4f
Octal317232372214602421133117
Binary1100111110011010111110101000110011001010001000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9AFA; }

 p { color: rgb(207,154,250); }

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

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

 a { background-color: rgb(207,154,250); }

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

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

 span { border-color: rgb(207,154,250); }

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