Shades of Medium Purple #A652FF
Tints of Medium Purple #A652FF
RGB
CMYK
RGB Variations
Color information
#A652FF (or 0xA652FF) is known color: Medium Purple. HEX triplet: A6, 52 and FF. RGB value is (166,82,255). Sum of RGB (Red+Green+Blue) = 166+82+255=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #A652FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A652FF is #59AD00. Grayscale: #7E7E7E. Windows color (decimal): -5876993 or 16732838. OLE color: 16732838.
HSL color Cylindrical-coordinate representation of color #A652FF: hue angle of 269.13º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A652FF is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 82 | 255 | - |
| CMYK | 0.35 | 0.68 | 0 | 0 |
| HSL | 269.13º | 1% | 0.66% | - |
| HSV(B) | 269.13º | 0.68% | 1% | - |
| XYZ | 36.79 | 21.36 | 96.79 | - |
| YUV | 126.84 | 200.33 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 255 | 0.35 | 0.68 | 0 | 0 | 269.13 | 1 | 0.66 |
| Hex | A6 | 52 | FF | 23 | 44 | 0 | 0 | 10D | 64 | 42 |
| Octal | 246 | 122 | 377 | 43 | 104 | 0 | 0 | 415 | 144 | 102 |
| Binary | 10100110 | 1010010 | 11111111 | 100011 | 1000100 | 0 | 0 | 100001101 | 1100100 | 1000010 |
Color Harmonies of #A652FF
Complementary color
Monochromatic Colors of #A652FF
Black with #A652FF
Text Example
Text Example
White with #A652FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A652FF; }
p { color: rgb(166,82,255); }
H1.HeaderClassName
{
color: #A652FF;
}
.AnyTagClassName
{
color: #A652FF;
}
</style>
background-color css
<style>
a { background-color: #A652FF; }
a { background-color: rgb(166,82,255); }
div.DivClassName
{
background-color: #A652FF;
}
.BgClassName
{
background-color: #A652FF;
}
</style>
border-color css
<style>
span { border-color: #A652FF; }
span { border-color: rgb(166,82,255); }
td.TdClassName
{
border-color: #A652FF;
}
.TagClassName
{
border-color: #A652FF;
}
</style>