Shades of Medium Purple #A05CFC
Tints of Medium Purple #A05CFC
RGB
CMYK
RGB Variations
Color information
#A05CFC (or 0xA05CFC) is known color: Medium Purple. HEX triplet: A0, 5C and FC. RGB value is (160,92,252). Sum of RGB (Red+Green+Blue) = 160+92+252=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #A05CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05CFC is #5FA303. Grayscale: #828282. Windows color (decimal): -6267652 or 16538784. OLE color: 16538784.
HSL color Cylindrical-coordinate representation of color #A05CFC: hue angle of 265.5º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A05CFC is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 92 | 252 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.01 |
| HSL | 265.5º | 0.96% | 0.67% | - |
| HSV(B) | 265.5º | 0.63% | 0.99% | - |
| XYZ | 35.9 | 22.16 | 94.48 | - |
| YUV | 130.57 | 196.53 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 252 | 0.37 | 0.63 | 0 | 0.01 | 265.5 | 0.96 | 0.67 |
| Hex | A0 | 5C | FC | 25 | 3F | 0 | 1 | 10A | 60 | 43 |
| Octal | 240 | 134 | 374 | 45 | 77 | 0 | 1 | 412 | 140 | 103 |
| Binary | 10100000 | 1011100 | 11111100 | 100101 | 111111 | 0 | 1 | 100001010 | 1100000 | 1000011 |
Color Harmonies of #A05CFC
Complementary color
Monochromatic Colors of #A05CFC
Black with #A05CFC
Text Example
Text Example
White with #A05CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05CFC; }
p { color: rgb(160,92,252); }
H1.HeaderClassName
{
color: #A05CFC;
}
.AnyTagClassName
{
color: #A05CFC;
}
</style>
background-color css
<style>
a { background-color: #A05CFC; }
a { background-color: rgb(160,92,252); }
div.DivClassName
{
background-color: #A05CFC;
}
.BgClassName
{
background-color: #A05CFC;
}
</style>
border-color css
<style>
span { border-color: #A05CFC; }
span { border-color: rgb(160,92,252); }
td.TdClassName
{
border-color: #A05CFC;
}
.TagClassName
{
border-color: #A05CFC;
}
</style>