#C8A4FA

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

Shades of Mauve #C8A4FA

Tints of Mauve #C8A4FA

Color information

#C8A4FA (or 0xC8A4FA) is unknown color: approx Mauve. HEX triplet: C8, A4 and FA. RGB value is (200,164,250). Sum of RGB (Red+Green+Blue) = 200+164+250=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 164 (64.45% from 255 or 26.71% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8A4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A4FA is #375B05. Grayscale: #B8B8B8. Windows color (decimal): -3627782 or 16426184. OLE color: 16426184.

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

Color convert

RGB200164250-
CMYK0.20.3400.02
HSL265.12º89.58%81.18%-
HSV(B)265.12º34.4%98.04%-
XYZ54.3545.7396.41-
YUV184.57164.93139.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.57%
GREEN value IS 164 (64.45% from 255) = 26.71%
BLUE value IS 250 (98.05% from 255) = 40.72%
R=32.57%
G=26.71%
B=40.72%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001642500.20.3400.02265.1289.5881.18
HexC8A4FA1422021095a51
Octal310244372244202411132121
Binary1100100010100100111110101010010001001010000100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A4FA; }

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

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

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

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

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

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

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

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