Shades of Medium Purple #A95CF2
Tints of Medium Purple #A95CF2
RGB
CMYK
RGB Variations
Color information
#A95CF2 (or 0xA95CF2) is known color: Medium Purple. HEX triplet: A9, 5C and F2. RGB value is (169,92,242). Sum of RGB (Red+Green+Blue) = 169+92+242=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #A95CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95CF2 is #56A30D. Grayscale: #838383. Windows color (decimal): -5677838 or 15883433. OLE color: 15883433.
HSL color Cylindrical-coordinate representation of color #A95CF2: hue angle of 270.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A95CF2 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 92 | 242 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.05 |
| HSL | 270.8º | 0.85% | 0.65% | - |
| HSV(B) | 270.8º | 0.62% | 0.95% | - |
| XYZ | 36.22 | 22.5 | 86.44 | - |
| YUV | 132.12 | 190.01 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 92 | 242 | 0.30 | 0.62 | 0 | 0.05 | 270.8 | 0.85 | 0.65 |
| Hex | A9 | 5C | F2 | 1E | 3E | 0 | 5 | 10F | 55 | 41 |
| Octal | 251 | 134 | 362 | 36 | 76 | 0 | 5 | 417 | 125 | 101 |
| Binary | 10101001 | 1011100 | 11110010 | 11110 | 111110 | 0 | 101 | 100001111 | 1010101 | 1000001 |
Color Harmonies of #A95CF2
Complementary color
Monochromatic Colors of #A95CF2
Black with #A95CF2
Text Example
Text Example
White with #A95CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95CF2; }
p { color: rgb(169,92,242); }
H1.HeaderClassName
{
color: #A95CF2;
}
.AnyTagClassName
{
color: #A95CF2;
}
</style>
background-color css
<style>
a { background-color: #A95CF2; }
a { background-color: rgb(169,92,242); }
div.DivClassName
{
background-color: #A95CF2;
}
.BgClassName
{
background-color: #A95CF2;
}
</style>
border-color css
<style>
span { border-color: #A95CF2; }
span { border-color: rgb(169,92,242); }
td.TdClassName
{
border-color: #A95CF2;
}
.TagClassName
{
border-color: #A95CF2;
}
</style>