Shades of Medium Purple #A65FF8
Tints of Medium Purple #A65FF8
RGB
CMYK
RGB Variations
Color information
#A65FF8 (or 0xA65FF8) is known color: Medium Purple. HEX triplet: A6, 5F and F8. RGB value is (166,95,248). Sum of RGB (Red+Green+Blue) = 166+95+248=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 248 (97.27% from 255 or 48.72% from 509); Max value from RGB is 248 - color contains mainly: blue. Hex color #A65FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65FF8 is #59A007. Grayscale: #858585. Windows color (decimal): -5873672 or 16277414. OLE color: 16277414.
HSL color Cylindrical-coordinate representation of color #A65FF8: hue angle of 267.84º 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 #A65FF8 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 95 | 248 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.03 |
| HSL | 267.84º | 0.92% | 0.67% | - |
| HSV(B) | 267.84º | 0.62% | 0.97% | - |
| XYZ | 36.76 | 23.07 | 91.32 | - |
| YUV | 133.67 | 192.52 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 248 | 0.33 | 0.62 | 0 | 0.03 | 267.84 | 0.92 | 0.67 |
| Hex | A6 | 5F | F8 | 21 | 3E | 0 | 3 | 10C | 5C | 43 |
| Octal | 246 | 137 | 370 | 41 | 76 | 0 | 3 | 414 | 134 | 103 |
| Binary | 10100110 | 1011111 | 11111000 | 100001 | 111110 | 0 | 11 | 100001100 | 1011100 | 1000011 |
Color Harmonies of #A65FF8
Complementary color
Monochromatic Colors of #A65FF8
Black with #A65FF8
Text Example
Text Example
White with #A65FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65FF8; }
p { color: rgb(166,95,248); }
H1.HeaderClassName
{
color: #A65FF8;
}
.AnyTagClassName
{
color: #A65FF8;
}
</style>
background-color css
<style>
a { background-color: #A65FF8; }
a { background-color: rgb(166,95,248); }
div.DivClassName
{
background-color: #A65FF8;
}
.BgClassName
{
background-color: #A65FF8;
}
</style>
border-color css
<style>
span { border-color: #A65FF8; }
span { border-color: rgb(166,95,248); }
td.TdClassName
{
border-color: #A65FF8;
}
.TagClassName
{
border-color: #A65FF8;
}
</style>