Shades of Medium Purple #A65BFF
Tints of Medium Purple #A65BFF
RGB
CMYK
RGB Variations
Color information
#A65BFF (or 0xA65BFF) is known color: Medium Purple. HEX triplet: A6, 5B and FF. RGB value is (166,91,255). Sum of RGB (Red+Green+Blue) = 166+91+255=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #A65BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65BFF is #59A400. Grayscale: #838383. Windows color (decimal): -5874689 or 16735142. OLE color: 16735142.
HSL color Cylindrical-coordinate representation of color #A65BFF: hue angle of 267.44º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A65BFF is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 91 | 255 | - |
| CMYK | 0.35 | 0.64 | 0 | 0 |
| HSL | 267.44º | 1% | 0.68% | - |
| HSV(B) | 267.44º | 0.64% | 1% | - |
| XYZ | 37.52 | 22.81 | 97.03 | - |
| YUV | 132.12 | 197.35 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 255 | 0.35 | 0.64 | 0 | 0 | 267.44 | 1 | 0.68 |
| Hex | A6 | 5B | FF | 23 | 40 | 0 | 0 | 10B | 64 | 44 |
| Octal | 246 | 133 | 377 | 43 | 100 | 0 | 0 | 413 | 144 | 104 |
| Binary | 10100110 | 1011011 | 11111111 | 100011 | 1000000 | 0 | 0 | 100001011 | 1100100 | 1000100 |
Color Harmonies of #A65BFF
Complementary color
Monochromatic Colors of #A65BFF
Black with #A65BFF
Text Example
Text Example
White with #A65BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65BFF; }
p { color: rgb(166,91,255); }
H1.HeaderClassName
{
color: #A65BFF;
}
.AnyTagClassName
{
color: #A65BFF;
}
</style>
background-color css
<style>
a { background-color: #A65BFF; }
a { background-color: rgb(166,91,255); }
div.DivClassName
{
background-color: #A65BFF;
}
.BgClassName
{
background-color: #A65BFF;
}
</style>
border-color css
<style>
span { border-color: #A65BFF; }
span { border-color: rgb(166,91,255); }
td.TdClassName
{
border-color: #A65BFF;
}
.TagClassName
{
border-color: #A65BFF;
}
</style>