Shades of Medium Purple #A665E6
Tints of Medium Purple #A665E6
RGB
CMYK
RGB Variations
Color information
#A665E6 (or 0xA665E6) is known color: Medium Purple. HEX triplet: A6, 65 and E6. RGB value is (166,101,230). Sum of RGB (Red+Green+Blue) = 166+101+230=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 230 - color contains mainly: blue. Hex color #A665E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A665E6 is #599A19. Grayscale: #868686. Windows color (decimal): -5872154 or 15099302. OLE color: 15099302.
HSL color Cylindrical-coordinate representation of color #A665E6: hue angle of 270.23º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A665E6 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 101 | 230 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.10 |
| HSL | 270.23º | 0.72% | 0.65% | - |
| HSV(B) | 270.23º | 0.56% | 0.9% | - |
| XYZ | 34.66 | 23.13 | 77.5 | - |
| YUV | 135.14 | 181.53 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 230 | 0.28 | 0.56 | 0 | 0.10 | 270.23 | 0.72 | 0.65 |
| Hex | A6 | 65 | E6 | 1C | 38 | 0 | A | 10E | 48 | 41 |
| Octal | 246 | 145 | 346 | 34 | 70 | 0 | 12 | 416 | 110 | 101 |
| Binary | 10100110 | 1100101 | 11100110 | 11100 | 111000 | 0 | 1010 | 100001110 | 1001000 | 1000001 |
Color Harmonies of #A665E6
Complementary color
Monochromatic Colors of #A665E6
Black with #A665E6
Text Example
Text Example
White with #A665E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A665E6; }
p { color: rgb(166,101,230); }
H1.HeaderClassName
{
color: #A665E6;
}
.AnyTagClassName
{
color: #A665E6;
}
</style>
background-color css
<style>
a { background-color: #A665E6; }
a { background-color: rgb(166,101,230); }
div.DivClassName
{
background-color: #A665E6;
}
.BgClassName
{
background-color: #A665E6;
}
</style>
border-color css
<style>
span { border-color: #A665E6; }
span { border-color: rgb(166,101,230); }
td.TdClassName
{
border-color: #A665E6;
}
.TagClassName
{
border-color: #A665E6;
}
</style>