Shades of Medium Purple #A574FC
Tints of Medium Purple #A574FC
RGB
CMYK
RGB Variations
Color information
#A574FC (or 0xA574FC) is known color: Medium Purple. HEX triplet: A5, 74 and FC. RGB value is (165,116,252). Sum of RGB (Red+Green+Blue) = 165+116+252=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #A574FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A574FC is #5A8B03. Grayscale: #919191. Windows color (decimal): -5933828 or 16544933. OLE color: 16544933.
HSL color Cylindrical-coordinate representation of color #A574FC: hue angle of 261.62º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A574FC is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 116 | 252 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.01 |
| HSL | 261.62º | 0.96% | 0.72% | - |
| HSV(B) | 261.62º | 0.54% | 0.99% | - |
| XYZ | 39.33 | 27.52 | 95.33 | - |
| YUV | 146.16 | 187.73 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 116 | 252 | 0.35 | 0.54 | 0 | 0.01 | 261.62 | 0.96 | 0.72 |
| Hex | A5 | 74 | FC | 23 | 36 | 0 | 1 | 106 | 60 | 48 |
| Octal | 245 | 164 | 374 | 43 | 66 | 0 | 1 | 406 | 140 | 110 |
| Binary | 10100101 | 1110100 | 11111100 | 100011 | 110110 | 0 | 1 | 100000110 | 1100000 | 1001000 |
Color Harmonies of #A574FC
Complementary color
Monochromatic Colors of #A574FC
Black with #A574FC
Text Example
Text Example
White with #A574FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A574FC; }
p { color: rgb(165,116,252); }
H1.HeaderClassName
{
color: #A574FC;
}
.AnyTagClassName
{
color: #A574FC;
}
</style>
background-color css
<style>
a { background-color: #A574FC; }
a { background-color: rgb(165,116,252); }
div.DivClassName
{
background-color: #A574FC;
}
.BgClassName
{
background-color: #A574FC;
}
</style>
border-color css
<style>
span { border-color: #A574FC; }
span { border-color: rgb(165,116,252); }
td.TdClassName
{
border-color: #A574FC;
}
.TagClassName
{
border-color: #A574FC;
}
</style>