Shades of Mauve #C7A2FF
Tints of Mauve #C7A2FF
RGB
CMYK
RGB Variations
Color information
#C7A2FF (or 0xC7A2FF) is known color: Mauve. HEX triplet: C7, A2 and FF. RGB value is (199,162,255). Sum of RGB (Red+Green+Blue) = 199+162+255=616 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.31% from 616); Green value is 162 (63.67% from 255 or 26.30% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7A2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A2FF is #385D00. Grayscale: #B7B7B7. Windows color (decimal): -3693825 or 16753351. OLE color: 16753351.
HSL color Cylindrical-coordinate representation of color #C7A2FF: hue angle of 263.87º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7A2FF is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 199 | 162 | 255 | - |
CMYK | 0.22 | 0.36 | 0 | 0 |
HSL | 263.87º | 1% | 0.82% | - |
HSV(B) | 263.87º | 0.36% | 1% | - |
XYZ | 54.52 | 45.2 | 100.46 | - |
YUV | 183.67 | 168.26 | 138.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 162 | 255 | 0.22 | 0.36 | 0 | 0 | 263.87 | 1 | 0.82 |
Hex | C7 | A2 | FF | 16 | 24 | 0 | 0 | 108 | 64 | 52 |
Octal | 307 | 242 | 377 | 26 | 44 | 0 | 0 | 410 | 144 | 122 |
Binary | 11000111 | 10100010 | 11111111 | 10110 | 100100 | 0 | 0 | 100001000 | 1100100 | 1010010 |
Color Harmonies of #C7A2FF
Complementary color
Monochromatic Colors of #C7A2FF
Black with #C7A2FF
Text Example
Text Example
White with #C7A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A2FF; }
p { color: rgb(199,162,255); }
H1.HeaderClassName
{
color: #C7A2FF;
}
.AnyTagClassName
{
color: #C7A2FF;
}
</style>
background-color css
<style>
a { background-color: #C7A2FF; }
a { background-color: rgb(199,162,255); }
div.DivClassName
{
background-color: #C7A2FF;
}
.BgClassName
{
background-color: #C7A2FF;
}
</style>
border-color css
<style>
span { border-color: #C7A2FF; }
span { border-color: rgb(199,162,255); }
td.TdClassName
{
border-color: #C7A2FF;
}
.TagClassName
{
border-color: #C7A2FF;
}
</style>