Shades of Royal Heath #A2507B
Tints of Royal Heath #A2507B
RGB
CMYK
RGB Variations
Color information
#A2507B (or 0xA2507B) is known color: Royal Heath. HEX triplet: A2, 50 and 7B. RGB value is (162,80,123). Sum of RGB (Red+Green+Blue) = 162+80+123=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A2507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2507B is #5DAF84. Grayscale: #6D6D6D. Windows color (decimal): -6139781 or 8081570. OLE color: 8081570.
HSL color Cylindrical-coordinate representation of color #A2507B: hue angle of 328.54º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2507B is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 80 | 123 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.36 |
| HSL | 328.54º | 0.34% | 0.47% | - |
| HSV(B) | 328.54º | 0.51% | 0.64% | - |
| XYZ | 21.34 | 14.85 | 20.48 | - |
| YUV | 109.42 | 135.67 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 123 | 0 | 0.51 | 0.24 | 0.36 | 328.54 | 0.34 | 0.47 |
| Hex | A2 | 50 | 7B | 0 | 33 | 18 | 24 | 149 | 22 | 2F |
| Octal | 242 | 120 | 173 | 0 | 63 | 30 | 44 | 511 | 42 | 57 |
| Binary | 10100010 | 1010000 | 1111011 | 0 | 110011 | 11000 | 100100 | 101001001 | 100010 | 101111 |
Color Harmonies of #A2507B
Complementary color
Monochromatic Colors of #A2507B
Black with #A2507B
Text Example
Text Example
White with #A2507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2507B; }
p { color: rgb(162,80,123); }
H1.HeaderClassName
{
color: #A2507B;
}
.AnyTagClassName
{
color: #A2507B;
}
</style>
background-color css
<style>
a { background-color: #A2507B; }
a { background-color: rgb(162,80,123); }
div.DivClassName
{
background-color: #A2507B;
}
.BgClassName
{
background-color: #A2507B;
}
</style>
border-color css
<style>
span { border-color: #A2507B; }
span { border-color: rgb(162,80,123); }
td.TdClassName
{
border-color: #A2507B;
}
.TagClassName
{
border-color: #A2507B;
}
</style>