Shades of Medium Purple #A65DF8
Tints of Medium Purple #A65DF8
RGB
CMYK
RGB Variations
Color information
#A65DF8 (or 0xA65DF8) is known color: Medium Purple. HEX triplet: A6, 5D and F8. RGB value is (166,93,248). Sum of RGB (Red+Green+Blue) = 166+93+248=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 248 (97.27% from 255 or 48.92% from 507); Max value from RGB is 248 - color contains mainly: blue. Hex color #A65DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65DF8 is #59A207. Grayscale: #838383. Windows color (decimal): -5874184 or 16276902. OLE color: 16276902.
HSL color Cylindrical-coordinate representation of color #A65DF8: hue angle of 268.26º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A65DF8 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 93 | 248 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.03 |
| HSL | 268.26º | 0.92% | 0.67% | - |
| HSV(B) | 268.26º | 0.63% | 0.97% | - |
| XYZ | 36.58 | 22.71 | 91.26 | - |
| YUV | 132.5 | 193.18 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 248 | 0.33 | 0.62 | 0 | 0.03 | 268.26 | 0.92 | 0.67 |
| Hex | A6 | 5D | F8 | 21 | 3E | 0 | 3 | 10C | 5C | 43 |
| Octal | 246 | 135 | 370 | 41 | 76 | 0 | 3 | 414 | 134 | 103 |
| Binary | 10100110 | 1011101 | 11111000 | 100001 | 111110 | 0 | 11 | 100001100 | 1011100 | 1000011 |
Color Harmonies of #A65DF8
Complementary color
Monochromatic Colors of #A65DF8
Black with #A65DF8
Text Example
Text Example
White with #A65DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65DF8; }
p { color: rgb(166,93,248); }
H1.HeaderClassName
{
color: #A65DF8;
}
.AnyTagClassName
{
color: #A65DF8;
}
</style>
background-color css
<style>
a { background-color: #A65DF8; }
a { background-color: rgb(166,93,248); }
div.DivClassName
{
background-color: #A65DF8;
}
.BgClassName
{
background-color: #A65DF8;
}
</style>
border-color css
<style>
span { border-color: #A65DF8; }
span { border-color: rgb(166,93,248); }
td.TdClassName
{
border-color: #A65DF8;
}
.TagClassName
{
border-color: #A65DF8;
}
</style>