Shades of Medium Purple #A65CF6
Tints of Medium Purple #A65CF6
RGB
CMYK
RGB Variations
Color information
#A65CF6 (or 0xA65CF6) is known color: Medium Purple. HEX triplet: A6, 5C and F6. RGB value is (166,92,246). Sum of RGB (Red+Green+Blue) = 166+92+246=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 246 - color contains mainly: blue. Hex color #A65CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65CF6 is #59A309. Grayscale: #838383. Windows color (decimal): -5874442 or 16145574. OLE color: 16145574.
HSL color Cylindrical-coordinate representation of color #A65CF6: hue angle of 268.83º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A65CF6 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 92 | 246 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.04 |
| HSL | 268.83º | 0.9% | 0.66% | - |
| HSV(B) | 268.83º | 0.63% | 0.96% | - |
| XYZ | 36.19 | 22.42 | 89.61 | - |
| YUV | 131.68 | 192.52 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 246 | 0.33 | 0.63 | 0 | 0.04 | 268.83 | 0.9 | 0.66 |
| Hex | A6 | 5C | F6 | 21 | 3F | 0 | 4 | 10D | 5A | 42 |
| Octal | 246 | 134 | 366 | 41 | 77 | 0 | 4 | 415 | 132 | 102 |
| Binary | 10100110 | 1011100 | 11110110 | 100001 | 111111 | 0 | 100 | 100001101 | 1011010 | 1000010 |
Color Harmonies of #A65CF6
Complementary color
Monochromatic Colors of #A65CF6
Black with #A65CF6
Text Example
Text Example
White with #A65CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65CF6; }
p { color: rgb(166,92,246); }
H1.HeaderClassName
{
color: #A65CF6;
}
.AnyTagClassName
{
color: #A65CF6;
}
</style>
background-color css
<style>
a { background-color: #A65CF6; }
a { background-color: rgb(166,92,246); }
div.DivClassName
{
background-color: #A65CF6;
}
.BgClassName
{
background-color: #A65CF6;
}
</style>
border-color css
<style>
span { border-color: #A65CF6; }
span { border-color: rgb(166,92,246); }
td.TdClassName
{
border-color: #A65CF6;
}
.TagClassName
{
border-color: #A65CF6;
}
</style>