Shades of Medium Purple #A65BFE
Tints of Medium Purple #A65BFE
RGB
CMYK
RGB Variations
Color information
#A65BFE (or 0xA65BFE) is known color: Medium Purple. HEX triplet: A6, 5B and FE. RGB value is (166,91,254). Sum of RGB (Red+Green+Blue) = 166+91+254=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 91 (35.94% from 255 or 17.81% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #A65BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65BFE is #59A401. Grayscale: #838383. Windows color (decimal): -5874690 or 16669606. OLE color: 16669606.
HSL color Cylindrical-coordinate representation of color #A65BFE: hue angle of 267.61º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A65BFE is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 91 | 254 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.00 |
| HSL | 267.61º | 0.99% | 0.68% | - |
| HSV(B) | 267.61º | 0.64% | 1% | - |
| XYZ | 37.36 | 22.74 | 96.19 | - |
| YUV | 132.01 | 196.85 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 254 | 0.35 | 0.64 | 0 | 0.00 | 267.61 | 0.99 | 0.68 |
| Hex | A6 | 5B | FE | 23 | 40 | 0 | 0 | 10C | 63 | 44 |
| Octal | 246 | 133 | 376 | 43 | 100 | 0 | 0 | 414 | 143 | 104 |
| Binary | 10100110 | 1011011 | 11111110 | 100011 | 1000000 | 0 | 0 | 100001100 | 1100011 | 1000100 |
Color Harmonies of #A65BFE
Complementary color
Monochromatic Colors of #A65BFE
Black with #A65BFE
Text Example
Text Example
White with #A65BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65BFE; }
p { color: rgb(166,91,254); }
H1.HeaderClassName
{
color: #A65BFE;
}
.AnyTagClassName
{
color: #A65BFE;
}
</style>
background-color css
<style>
a { background-color: #A65BFE; }
a { background-color: rgb(166,91,254); }
div.DivClassName
{
background-color: #A65BFE;
}
.BgClassName
{
background-color: #A65BFE;
}
</style>
border-color css
<style>
span { border-color: #A65BFE; }
span { border-color: rgb(166,91,254); }
td.TdClassName
{
border-color: #A65BFE;
}
.TagClassName
{
border-color: #A65BFE;
}
</style>