Shades of Medium Purple #A968E8
Tints of Medium Purple #A968E8
RGB
CMYK
RGB Variations
Color information
#A968E8 (or 0xA968E8) is known color: Medium Purple. HEX triplet: A9, 68 and E8. RGB value is (169,104,232). Sum of RGB (Red+Green+Blue) = 169+104+232=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #A968E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A968E8 is #569717. Grayscale: #898989. Windows color (decimal): -5674776 or 15231145. OLE color: 15231145.
HSL color Cylindrical-coordinate representation of color #A968E8: hue angle of 270.47º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A968E8 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 104 | 232 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.09 |
| HSL | 270.47º | 0.74% | 0.66% | - |
| HSV(B) | 270.47º | 0.55% | 0.91% | - |
| XYZ | 35.88 | 24.16 | 79.12 | - |
| YUV | 138.03 | 181.03 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 232 | 0.27 | 0.55 | 0 | 0.09 | 270.47 | 0.74 | 0.66 |
| Hex | A9 | 68 | E8 | 1B | 37 | 0 | 9 | 10E | 4A | 42 |
| Octal | 251 | 150 | 350 | 33 | 67 | 0 | 11 | 416 | 112 | 102 |
| Binary | 10101001 | 1101000 | 11101000 | 11011 | 110111 | 0 | 1001 | 100001110 | 1001010 | 1000010 |
Color Harmonies of #A968E8
Complementary color
Monochromatic Colors of #A968E8
Black with #A968E8
Text Example
Text Example
White with #A968E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A968E8; }
p { color: rgb(169,104,232); }
H1.HeaderClassName
{
color: #A968E8;
}
.AnyTagClassName
{
color: #A968E8;
}
</style>
background-color css
<style>
a { background-color: #A968E8; }
a { background-color: rgb(169,104,232); }
div.DivClassName
{
background-color: #A968E8;
}
.BgClassName
{
background-color: #A968E8;
}
</style>
border-color css
<style>
span { border-color: #A968E8; }
span { border-color: rgb(169,104,232); }
td.TdClassName
{
border-color: #A968E8;
}
.TagClassName
{
border-color: #A968E8;
}
</style>