Shades of Medium Purple #A554F6
Tints of Medium Purple #A554F6
RGB
CMYK
RGB Variations
Color information
#A554F6 (or 0xA554F6) is known color: Medium Purple. HEX triplet: A5, 54 and F6. RGB value is (165,84,246). Sum of RGB (Red+Green+Blue) = 165+84+246=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 246 (96.48% from 255 or 49.70% from 495); Max value from RGB is 246 - color contains mainly: blue. Hex color #A554F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A554F6 is #5AAB09. Grayscale: #7E7E7E. Windows color (decimal): -5942026 or 16143525. OLE color: 16143525.
HSL color Cylindrical-coordinate representation of color #A554F6: hue angle of 270º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A554F6 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 84 | 246 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.04 |
| HSL | 270º | 0.9% | 0.65% | - |
| HSV(B) | 270º | 0.66% | 0.96% | - |
| XYZ | 35.32 | 20.99 | 89.38 | - |
| YUV | 126.69 | 195.34 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 246 | 0.33 | 0.66 | 0 | 0.04 | 270 | 0.9 | 0.65 |
| Hex | A5 | 54 | F6 | 21 | 42 | 0 | 4 | 10E | 5A | 41 |
| Octal | 245 | 124 | 366 | 41 | 102 | 0 | 4 | 416 | 132 | 101 |
| Binary | 10100101 | 1010100 | 11110110 | 100001 | 1000010 | 0 | 100 | 100001110 | 1011010 | 1000001 |
Color Harmonies of #A554F6
Complementary color
Monochromatic Colors of #A554F6
Black with #A554F6
Text Example
Text Example
White with #A554F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A554F6; }
p { color: rgb(165,84,246); }
H1.HeaderClassName
{
color: #A554F6;
}
.AnyTagClassName
{
color: #A554F6;
}
</style>
background-color css
<style>
a { background-color: #A554F6; }
a { background-color: rgb(165,84,246); }
div.DivClassName
{
background-color: #A554F6;
}
.BgClassName
{
background-color: #A554F6;
}
</style>
border-color css
<style>
span { border-color: #A554F6; }
span { border-color: rgb(165,84,246); }
td.TdClassName
{
border-color: #A554F6;
}
.TagClassName
{
border-color: #A554F6;
}
</style>