#C8A2FA

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

Shades of Mauve #C8A2FA

Tints of Mauve #C8A2FA

Color information

#C8A2FA (or 0xC8A2FA) is unknown color: approx Mauve. HEX triplet: C8, A2 and FA. RGB value is (200,162,250). Sum of RGB (Red+Green+Blue) = 200+162+250=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 162 (63.67% from 255 or 26.47% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8A2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A2FA is #375D05. Grayscale: #B7B7B7. Windows color (decimal): -3628294 or 16425672. OLE color: 16425672.

HSL color Cylindrical-coordinate representation of color #C8A2FA: hue angle of 265.91º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8A2FA is Cyan = 0.2, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB200162250-
CMYK0.20.3500.02
HSL265.91º89.8%80.78%-
HSV(B)265.91º35.2%98.04%-
XYZ5445.0296.29-
YUV183.39165.59139.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.68%
GREEN value IS 162 (63.67% from 255) = 26.47%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=32.68%
G=26.47%
B=40.85%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001622500.20.3500.02265.9189.880.78
HexC8A2FA14230210a5a51
Octal310242372244302412132121
Binary1100100010100010111110101010010001101010000101010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A2FA; }

 p { color: rgb(200,162,250); }

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

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

 a { background-color: rgb(200,162,250); }

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

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

 span { border-color: rgb(200,162,250); }

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