Shades of Medium Purple #A852FD
Tints of Medium Purple #A852FD
RGB
CMYK
RGB Variations
Color information
#A852FD (or 0xA852FD) is known color: Medium Purple. HEX triplet: A8, 52 and FD. RGB value is (168,82,253). Sum of RGB (Red+Green+Blue) = 168+82+253=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #A852FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A852FD is #57AD02. Grayscale: #7E7E7E. Windows color (decimal): -5745923 or 16601768. OLE color: 16601768.
HSL color Cylindrical-coordinate representation of color #A852FD: hue angle of 270.18º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A852FD is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 168 | 82 | 253 | - |
CMYK | 0.34 | 0.68 | 0 | 0.01 |
HSL | 270.18º | 0.98% | 0.66% | - |
HSV(B) | 270.18º | 0.68% | 0.99% | - |
XYZ | 36.9 | 21.45 | 95.12 | - |
YUV | 127.21 | 198.99 | 157.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 82 | 253 | 0.34 | 0.68 | 0 | 0.01 | 270.18 | 0.98 | 0.66 |
Hex | A8 | 52 | FD | 22 | 44 | 0 | 1 | 10E | 62 | 42 |
Octal | 250 | 122 | 375 | 42 | 104 | 0 | 1 | 416 | 142 | 102 |
Binary | 10101000 | 1010010 | 11111101 | 100010 | 1000100 | 0 | 1 | 100001110 | 1100010 | 1000010 |
Color Harmonies of #A852FD
Complementary color
Monochromatic Colors of #A852FD
Black with #A852FD
Text Example
Text Example
White with #A852FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852FD; }
p { color: rgb(168,82,253); }
H1.HeaderClassName
{
color: #A852FD;
}
.AnyTagClassName
{
color: #A852FD;
}
</style>
background-color css
<style>
a { background-color: #A852FD; }
a { background-color: rgb(168,82,253); }
div.DivClassName
{
background-color: #A852FD;
}
.BgClassName
{
background-color: #A852FD;
}
</style>
border-color css
<style>
span { border-color: #A852FD; }
span { border-color: rgb(168,82,253); }
td.TdClassName
{
border-color: #A852FD;
}
.TagClassName
{
border-color: #A852FD;
}
</style>