#C7AAFF

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

Shades of Mauve #C7AAFF

Tints of Mauve #C7AAFF

Color information

#C7AAFF (or 0xC7AAFF) is unknown color: approx Mauve. HEX triplet: C7, AA and FF. RGB value is (199,170,255). Sum of RGB (Red+Green+Blue) = 199+170+255=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7AAFF is #385500. Grayscale: #BCBCBC. Windows color (decimal): -3691777 or 16755399. OLE color: 16755399.

HSL color Cylindrical-coordinate representation of color #C7AAFF: hue angle of 260.47º 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 #C7AAFF is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB199170255-
CMYK0.220.3300
HSL260.47º100%83.33%-
HSV(B)260.47º33.33%100%-
XYZ55.9848.11100.94-
YUV188.36165.61135.59-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.89%
GREEN value IS 170 (66.80% from 255) = 27.24%
BLUE value IS 255 (100% from 255) = 40.87%
R=31.89%
G=27.24%
B=40.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1991702550.220.3300260.4710083.33
HexC7AAFF1621001046453
Octal307252377264100404144123
Binary110001111010101011111111101101000010010000010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AAFF; }

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

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

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

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

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

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

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

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