Shades of Mauve #C69AFF
Tints of Mauve #C69AFF
RGB
CMYK
RGB Variations
Color information
#C69AFF (or 0xC69AFF) is known color: Mauve. HEX triplet: C6, 9A and FF. RGB value is (198,154,255). Sum of RGB (Red+Green+Blue) = 198+154+255=607 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.62% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #C69AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69AFF is #396500. Grayscale: #B2B2B2. Windows color (decimal): -3761409 or 16751302. OLE color: 16751302.
HSL color Cylindrical-coordinate representation of color #C69AFF: hue angle of 266.14º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C69AFF is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 154 | 255 | - |
| CMYK | 0.22 | 0.40 | 0 | 0 |
| HSL | 266.14º | 1% | 0.8% | - |
| HSV(B) | 266.14º | 0.4% | 1% | - |
| XYZ | 52.89 | 42.34 | 99.99 | - |
| YUV | 178.67 | 171.08 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 255 | 0.22 | 0.40 | 0 | 0 | 266.14 | 1 | 0.8 |
| Hex | C6 | 9A | FF | 16 | 28 | 0 | 0 | 10A | 64 | 50 |
| Octal | 306 | 232 | 377 | 26 | 50 | 0 | 0 | 412 | 144 | 120 |
| Binary | 11000110 | 10011010 | 11111111 | 10110 | 101000 | 0 | 0 | 100001010 | 1100100 | 1010000 |
Color Harmonies of #C69AFF
Complementary color
Monochromatic Colors of #C69AFF
Black with #C69AFF
Text Example
Text Example
White with #C69AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69AFF; }
p { color: rgb(198,154,255); }
H1.HeaderClassName
{
color: #C69AFF;
}
.AnyTagClassName
{
color: #C69AFF;
}
</style>
background-color css
<style>
a { background-color: #C69AFF; }
a { background-color: rgb(198,154,255); }
div.DivClassName
{
background-color: #C69AFF;
}
.BgClassName
{
background-color: #C69AFF;
}
</style>
border-color css
<style>
span { border-color: #C69AFF; }
span { border-color: rgb(198,154,255); }
td.TdClassName
{
border-color: #C69AFF;
}
.TagClassName
{
border-color: #C69AFF;
}
</style>