#C8ABFA

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

Shades of Mauve #C8ABFA

Tints of Mauve #C8ABFA

Color information

#C8ABFA (or 0xC8ABFA) is unknown color: approx Mauve. HEX triplet: C8, AB and FA. RGB value is (200,171,250). Sum of RGB (Red+Green+Blue) = 200+171+250=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ABFA is #375405. Grayscale: #BCBCBC. Windows color (decimal): -3625990 or 16427976. OLE color: 16427976.

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

Color convert

RGB200171250-
CMYK0.20.3200.02
HSL262.03º88.76%82.55%-
HSV(B)262.03º31.6%98.04%-
XYZ55.6448.3196.83-
YUV188.68162.61136.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.21%
GREEN value IS 171 (67.19% from 255) = 27.54%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=32.21%
G=27.54%
B=40.26%

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
Decimal2001712500.20.3200.02262.0388.7682.55
HexC8ABFA1420021065953
Octal310253372244002406131123
Binary1100100010101011111110101010010000001010000011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ABFA; }

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

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

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

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

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

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

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

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