Shades of Medium Purple #A65FFD
Tints of Medium Purple #A65FFD
RGB
CMYK
RGB Variations
Color information
#A65FFD (or 0xA65FFD) is known color: Medium Purple. HEX triplet: A6, 5F and FD. RGB value is (166,95,253). Sum of RGB (Red+Green+Blue) = 166+95+253=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #A65FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65FFD is #59A002. Grayscale: #858585. Windows color (decimal): -5873667 or 16605094. OLE color: 16605094.
HSL color Cylindrical-coordinate representation of color #A65FFD: hue angle of 266.96º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A65FFD is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 95 | 253 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.01 |
| HSL | 266.96º | 0.98% | 0.68% | - |
| HSV(B) | 266.96º | 0.62% | 0.99% | - |
| XYZ | 37.55 | 23.38 | 95.46 | - |
| YUV | 134.24 | 195.02 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 253 | 0.34 | 0.62 | 0 | 0.01 | 266.96 | 0.98 | 0.68 |
| Hex | A6 | 5F | FD | 22 | 3E | 0 | 1 | 10B | 62 | 44 |
| Octal | 246 | 137 | 375 | 42 | 76 | 0 | 1 | 413 | 142 | 104 |
| Binary | 10100110 | 1011111 | 11111101 | 100010 | 111110 | 0 | 1 | 100001011 | 1100010 | 1000100 |
Color Harmonies of #A65FFD
Complementary color
Monochromatic Colors of #A65FFD
Black with #A65FFD
Text Example
Text Example
White with #A65FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65FFD; }
p { color: rgb(166,95,253); }
H1.HeaderClassName
{
color: #A65FFD;
}
.AnyTagClassName
{
color: #A65FFD;
}
</style>
background-color css
<style>
a { background-color: #A65FFD; }
a { background-color: rgb(166,95,253); }
div.DivClassName
{
background-color: #A65FFD;
}
.BgClassName
{
background-color: #A65FFD;
}
</style>
border-color css
<style>
span { border-color: #A65FFD; }
span { border-color: rgb(166,95,253); }
td.TdClassName
{
border-color: #A65FFD;
}
.TagClassName
{
border-color: #A65FFD;
}
</style>