Shades of Medium Purple #A55FFB
Tints of Medium Purple #A55FFB
RGB
CMYK
RGB Variations
Color information
#A55FFB (or 0xA55FFB) is known color: Medium Purple. HEX triplet: A5, 5F and FB. RGB value is (165,95,251). Sum of RGB (Red+Green+Blue) = 165+95+251=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #A55FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55FFB is #5AA004. Grayscale: #858585. Windows color (decimal): -5939205 or 16474021. OLE color: 16474021.
HSL color Cylindrical-coordinate representation of color #A55FFB: hue angle of 266.92º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A55FFB is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 95 | 251 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.02 |
| HSL | 266.92º | 0.95% | 0.68% | - |
| HSV(B) | 266.92º | 0.62% | 0.98% | - |
| XYZ | 37.02 | 23.15 | 93.78 | - |
| YUV | 133.71 | 194.19 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 95 | 251 | 0.34 | 0.62 | 0 | 0.02 | 266.92 | 0.95 | 0.68 |
| Hex | A5 | 5F | FB | 22 | 3E | 0 | 2 | 10B | 5F | 44 |
| Octal | 245 | 137 | 373 | 42 | 76 | 0 | 2 | 413 | 137 | 104 |
| Binary | 10100101 | 1011111 | 11111011 | 100010 | 111110 | 0 | 10 | 100001011 | 1011111 | 1000100 |
Color Harmonies of #A55FFB
Complementary color
Monochromatic Colors of #A55FFB
Black with #A55FFB
Text Example
Text Example
White with #A55FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55FFB; }
p { color: rgb(165,95,251); }
H1.HeaderClassName
{
color: #A55FFB;
}
.AnyTagClassName
{
color: #A55FFB;
}
</style>
background-color css
<style>
a { background-color: #A55FFB; }
a { background-color: rgb(165,95,251); }
div.DivClassName
{
background-color: #A55FFB;
}
.BgClassName
{
background-color: #A55FFB;
}
</style>
border-color css
<style>
span { border-color: #A55FFB; }
span { border-color: rgb(165,95,251); }
td.TdClassName
{
border-color: #A55FFB;
}
.TagClassName
{
border-color: #A55FFB;
}
</style>