Shades of Medium Purple #A55DF9
Tints of Medium Purple #A55DF9
RGB
CMYK
RGB Variations
Color information
#A55DF9 (or 0xA55DF9) is known color: Medium Purple. HEX triplet: A5, 5D and F9. RGB value is (165,93,249). Sum of RGB (Red+Green+Blue) = 165+93+249=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #A55DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55DF9 is #5AA206. Grayscale: #838383. Windows color (decimal): -5939719 or 16342437. OLE color: 16342437.
HSL color Cylindrical-coordinate representation of color #A55DF9: hue angle of 267.69º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A55DF9 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 93 | 249 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.02 |
| HSL | 267.69º | 0.93% | 0.67% | - |
| HSV(B) | 267.69º | 0.63% | 0.98% | - |
| XYZ | 36.53 | 22.67 | 92.07 | - |
| YUV | 132.31 | 193.85 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 249 | 0.34 | 0.63 | 0 | 0.02 | 267.69 | 0.93 | 0.67 |
| Hex | A5 | 5D | F9 | 22 | 3F | 0 | 2 | 10C | 5D | 43 |
| Octal | 245 | 135 | 371 | 42 | 77 | 0 | 2 | 414 | 135 | 103 |
| Binary | 10100101 | 1011101 | 11111001 | 100010 | 111111 | 0 | 10 | 100001100 | 1011101 | 1000011 |
Color Harmonies of #A55DF9
Complementary color
Monochromatic Colors of #A55DF9
Black with #A55DF9
Text Example
Text Example
White with #A55DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55DF9; }
p { color: rgb(165,93,249); }
H1.HeaderClassName
{
color: #A55DF9;
}
.AnyTagClassName
{
color: #A55DF9;
}
</style>
background-color css
<style>
a { background-color: #A55DF9; }
a { background-color: rgb(165,93,249); }
div.DivClassName
{
background-color: #A55DF9;
}
.BgClassName
{
background-color: #A55DF9;
}
</style>
border-color css
<style>
span { border-color: #A55DF9; }
span { border-color: rgb(165,93,249); }
td.TdClassName
{
border-color: #A55DF9;
}
.TagClassName
{
border-color: #A55DF9;
}
</style>