#C8AAFF

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

Shades of Mauve #C8AAFF

Tints of Mauve #C8AAFF

Color information

#C8AAFF (or 0xC8AAFF) is unknown color: approx Mauve. HEX triplet: C8, AA and FF. RGB value is (200,170,255). Sum of RGB (Red+Green+Blue) = 200+170+255=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AAFF is #375500. Grayscale: #BCBCBC. Windows color (decimal): -3626241 or 16755400. OLE color: 16755400.

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

Color convert

RGB200170255-
CMYK0.220.3300
HSL261.18º100%83.33%-
HSV(B)261.18º33.33%100%-
XYZ56.2448.25100.96-
YUV188.66165.44136.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32%
GREEN value IS 170 (66.80% from 255) = 27.2%
BLUE value IS 255 (100% from 255) = 40.8%
R=32%
G=27.2%
B=40.8%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2001702550.220.3300261.1810083.33
HexC8AAFF1621001056453
Octal310252377264100405144123
Binary110010001010101011111111101101000010010000010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AAFF; }

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

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

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

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

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

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

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

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