Shades of Medium Purple #A65FF2
Tints of Medium Purple #A65FF2
RGB
CMYK
RGB Variations
Color information
#A65FF2 (or 0xA65FF2) is known color: Medium Purple. HEX triplet: A6, 5F and F2. RGB value is (166,95,242). Sum of RGB (Red+Green+Blue) = 166+95+242=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 95 (37.5% from 255 or 18.89% 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 #A65FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65FF2 is #59A00D. Grayscale: #848484. Windows color (decimal): -5873678 or 15884198. OLE color: 15884198.
HSL color Cylindrical-coordinate representation of color #A65FF2: hue angle of 268.98º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A65FF2 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 95 | 242 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.05 |
| HSL | 268.98º | 0.85% | 0.66% | - |
| HSV(B) | 268.98º | 0.61% | 0.95% | - |
| XYZ | 35.85 | 22.7 | 86.5 | - |
| YUV | 132.99 | 189.52 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 242 | 0.31 | 0.61 | 0 | 0.05 | 268.98 | 0.85 | 0.66 |
| Hex | A6 | 5F | F2 | 1F | 3D | 0 | 5 | 10D | 55 | 42 |
| Octal | 246 | 137 | 362 | 37 | 75 | 0 | 5 | 415 | 125 | 102 |
| Binary | 10100110 | 1011111 | 11110010 | 11111 | 111101 | 0 | 101 | 100001101 | 1010101 | 1000010 |
Color Harmonies of #A65FF2
Complementary color
Monochromatic Colors of #A65FF2
Black with #A65FF2
Text Example
Text Example
White with #A65FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65FF2; }
p { color: rgb(166,95,242); }
H1.HeaderClassName
{
color: #A65FF2;
}
.AnyTagClassName
{
color: #A65FF2;
}
</style>
background-color css
<style>
a { background-color: #A65FF2; }
a { background-color: rgb(166,95,242); }
div.DivClassName
{
background-color: #A65FF2;
}
.BgClassName
{
background-color: #A65FF2;
}
</style>
border-color css
<style>
span { border-color: #A65FF2; }
span { border-color: rgb(166,95,242); }
td.TdClassName
{
border-color: #A65FF2;
}
.TagClassName
{
border-color: #A65FF2;
}
</style>