Shades of Medium Purple #A05AFC
Tints of Medium Purple #A05AFC
RGB
CMYK
RGB Variations
Color information
#A05AFC (or 0xA05AFC) is known color: Medium Purple. HEX triplet: A0, 5A and FC. RGB value is (160,90,252). Sum of RGB (Red+Green+Blue) = 160+90+252=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #A05AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05AFC is #5FA503. Grayscale: #808080. Windows color (decimal): -6268164 or 16538272. OLE color: 16538272.
HSL color Cylindrical-coordinate representation of color #A05AFC: hue angle of 265.93º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A05AFC is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 90 | 252 | - |
| CMYK | 0.37 | 0.64 | 0 | 0.01 |
| HSL | 265.93º | 0.96% | 0.67% | - |
| HSV(B) | 265.93º | 0.64% | 0.99% | - |
| XYZ | 35.72 | 21.81 | 94.42 | - |
| YUV | 129.4 | 197.19 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 90 | 252 | 0.37 | 0.64 | 0 | 0.01 | 265.93 | 0.96 | 0.67 |
| Hex | A0 | 5A | FC | 25 | 40 | 0 | 1 | 10A | 60 | 43 |
| Octal | 240 | 132 | 374 | 45 | 100 | 0 | 1 | 412 | 140 | 103 |
| Binary | 10100000 | 1011010 | 11111100 | 100101 | 1000000 | 0 | 1 | 100001010 | 1100000 | 1000011 |
Color Harmonies of #A05AFC
Complementary color
Monochromatic Colors of #A05AFC
Black with #A05AFC
Text Example
Text Example
White with #A05AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05AFC; }
p { color: rgb(160,90,252); }
H1.HeaderClassName
{
color: #A05AFC;
}
.AnyTagClassName
{
color: #A05AFC;
}
</style>
background-color css
<style>
a { background-color: #A05AFC; }
a { background-color: rgb(160,90,252); }
div.DivClassName
{
background-color: #A05AFC;
}
.BgClassName
{
background-color: #A05AFC;
}
</style>
border-color css
<style>
span { border-color: #A05AFC; }
span { border-color: rgb(160,90,252); }
td.TdClassName
{
border-color: #A05AFC;
}
.TagClassName
{
border-color: #A05AFC;
}
</style>