Shades of Medium Purple #A55CF9
Tints of Medium Purple #A55CF9
RGB
CMYK
RGB Variations
Color information
#A55CF9 (or 0xA55CF9) is known color: Medium Purple. HEX triplet: A5, 5C and F9. RGB value is (165,92,249). Sum of RGB (Red+Green+Blue) = 165+92+249=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #A55CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55CF9 is #5AA306. Grayscale: #838383. Windows color (decimal): -5939975 or 16342181. OLE color: 16342181.
HSL color Cylindrical-coordinate representation of color #A55CF9: hue angle of 267.9º 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 #A55CF9 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 92 | 249 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.02 |
| HSL | 267.9º | 0.93% | 0.67% | - |
| HSV(B) | 267.9º | 0.63% | 0.98% | - |
| XYZ | 36.44 | 22.49 | 92.04 | - |
| YUV | 131.73 | 194.18 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 249 | 0.34 | 0.63 | 0 | 0.02 | 267.9 | 0.93 | 0.67 |
| Hex | A5 | 5C | F9 | 22 | 3F | 0 | 2 | 10C | 5D | 43 |
| Octal | 245 | 134 | 371 | 42 | 77 | 0 | 2 | 414 | 135 | 103 |
| Binary | 10100101 | 1011100 | 11111001 | 100010 | 111111 | 0 | 10 | 100001100 | 1011101 | 1000011 |
Color Harmonies of #A55CF9
Complementary color
Monochromatic Colors of #A55CF9
Black with #A55CF9
Text Example
Text Example
White with #A55CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55CF9; }
p { color: rgb(165,92,249); }
H1.HeaderClassName
{
color: #A55CF9;
}
.AnyTagClassName
{
color: #A55CF9;
}
</style>
background-color css
<style>
a { background-color: #A55CF9; }
a { background-color: rgb(165,92,249); }
div.DivClassName
{
background-color: #A55CF9;
}
.BgClassName
{
background-color: #A55CF9;
}
</style>
border-color css
<style>
span { border-color: #A55CF9; }
span { border-color: rgb(165,92,249); }
td.TdClassName
{
border-color: #A55CF9;
}
.TagClassName
{
border-color: #A55CF9;
}
</style>