#C8ABFF

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

Shades of Mauve #C8ABFF

Tints of Mauve #C8ABFF

Color information

#C8ABFF (or 0xC8ABFF) is unknown color: approx Mauve. HEX triplet: C8, AB and FF. RGB value is (200,171,255). Sum of RGB (Red+Green+Blue) = 200+171+255=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ABFF is #375400. Grayscale: #BCBCBC. Windows color (decimal): -3625985 or 16755656. OLE color: 16755656.

HSL color Cylindrical-coordinate representation of color #C8ABFF: hue angle of 260.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8ABFF is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB200171255-
CMYK0.220.3300
HSL260.71º100%83.53%-
HSV(B)260.71º32.94%100%-
XYZ56.4348.63101.02-
YUV189.25165.11135.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.95%
GREEN value IS 171 (67.19% from 255) = 27.32%
BLUE value IS 255 (100% from 255) = 40.73%
R=31.95%
G=27.32%
B=40.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2001712550.220.3300260.7110083.53
HexC8ABFF1621001056454
Octal310253377264100405144124
Binary110010001010101111111111101101000010010000010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ABFF; }

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

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

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

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

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

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

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

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