#C8A9FA

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

Shades of Mauve #C8A9FA

Tints of Mauve #C8A9FA

Color information

#C8A9FA (or 0xC8A9FA) is unknown color: approx Mauve. HEX triplet: C8, A9 and FA. RGB value is (200,169,250). Sum of RGB (Red+Green+Blue) = 200+169+250=619 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.31% from 619); Green value is 169 (66.41% from 255 or 27.30% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8A9FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A9FA is #375605. Grayscale: #BBBBBB. Windows color (decimal): -3626502 or 16427464. OLE color: 16427464.

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

Color convert

RGB200169250-
CMYK0.20.3200.02
HSL262.96º89.01%82.16%-
HSV(B)262.96º32.4%98.04%-
XYZ55.2647.5696.71-
YUV187.5163.27136.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.31%
GREEN value IS 169 (66.41% from 255) = 27.30%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=32.31%
G=27.30%
B=40.39%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001692500.20.3200.02262.9689.0182.16
HexC8A9FA1420021075952
Octal310251372244002407131122
Binary1100100010101001111110101010010000001010000011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A9FA; }

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

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

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

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

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

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

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

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