Shades of Medium Purple #A65AF7
Tints of Medium Purple #A65AF7
RGB
CMYK
RGB Variations
Color information
#A65AF7 (or 0xA65AF7) is known color: Medium Purple. HEX triplet: A6, 5A and F7. RGB value is (166,90,247). Sum of RGB (Red+Green+Blue) = 166+90+247=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #A65AF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65AF7 is #59A508. Grayscale: #828282. Windows color (decimal): -5874953 or 16210598. OLE color: 16210598.
HSL color Cylindrical-coordinate representation of color #A65AF7: hue angle of 269.04º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A65AF7 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 90 | 247 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.03 |
| HSL | 269.04º | 0.91% | 0.66% | - |
| HSV(B) | 269.04º | 0.64% | 0.97% | - |
| XYZ | 36.17 | 22.13 | 90.36 | - |
| YUV | 130.62 | 193.68 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 90 | 247 | 0.33 | 0.64 | 0 | 0.03 | 269.04 | 0.91 | 0.66 |
| Hex | A6 | 5A | F7 | 21 | 40 | 0 | 3 | 10D | 5B | 42 |
| Octal | 246 | 132 | 367 | 41 | 100 | 0 | 3 | 415 | 133 | 102 |
| Binary | 10100110 | 1011010 | 11110111 | 100001 | 1000000 | 0 | 11 | 100001101 | 1011011 | 1000010 |
Color Harmonies of #A65AF7
Complementary color
Monochromatic Colors of #A65AF7
Black with #A65AF7
Text Example
Text Example
White with #A65AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65AF7; }
p { color: rgb(166,90,247); }
H1.HeaderClassName
{
color: #A65AF7;
}
.AnyTagClassName
{
color: #A65AF7;
}
</style>
background-color css
<style>
a { background-color: #A65AF7; }
a { background-color: rgb(166,90,247); }
div.DivClassName
{
background-color: #A65AF7;
}
.BgClassName
{
background-color: #A65AF7;
}
</style>
border-color css
<style>
span { border-color: #A65AF7; }
span { border-color: rgb(166,90,247); }
td.TdClassName
{
border-color: #A65AF7;
}
.TagClassName
{
border-color: #A65AF7;
}
</style>