Shades of Medium Purple #A576F2
Tints of Medium Purple #A576F2
RGB
CMYK
RGB Variations
Color information
#A576F2 (or 0xA576F2) is known color: Medium Purple. HEX triplet: A5, 76 and F2. RGB value is (165,118,242). Sum of RGB (Red+Green+Blue) = 165+118+242=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #A576F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A576F2 is #5A890D. Grayscale: #919191. Windows color (decimal): -5933326 or 15890085. OLE color: 15890085.
HSL color Cylindrical-coordinate representation of color #A576F2: hue angle of 262.74º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A576F2 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 118 | 242 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.05 |
| HSL | 262.74º | 0.83% | 0.71% | - |
| HSV(B) | 262.74º | 0.51% | 0.95% | - |
| XYZ | 38.02 | 27.37 | 87.28 | - |
| YUV | 146.19 | 182.07 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 118 | 242 | 0.32 | 0.51 | 0 | 0.05 | 262.74 | 0.83 | 0.71 |
| Hex | A5 | 76 | F2 | 20 | 33 | 0 | 5 | 107 | 53 | 47 |
| Octal | 245 | 166 | 362 | 40 | 63 | 0 | 5 | 407 | 123 | 107 |
| Binary | 10100101 | 1110110 | 11110010 | 100000 | 110011 | 0 | 101 | 100000111 | 1010011 | 1000111 |
Color Harmonies of #A576F2
Complementary color
Monochromatic Colors of #A576F2
Black with #A576F2
Text Example
Text Example
White with #A576F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A576F2; }
p { color: rgb(165,118,242); }
H1.HeaderClassName
{
color: #A576F2;
}
.AnyTagClassName
{
color: #A576F2;
}
</style>
background-color css
<style>
a { background-color: #A576F2; }
a { background-color: rgb(165,118,242); }
div.DivClassName
{
background-color: #A576F2;
}
.BgClassName
{
background-color: #A576F2;
}
</style>
border-color css
<style>
span { border-color: #A576F2; }
span { border-color: rgb(165,118,242); }
td.TdClassName
{
border-color: #A576F2;
}
.TagClassName
{
border-color: #A576F2;
}
</style>