Shades of Royal Heath #A6507E
Tints of Royal Heath #A6507E
RGB
CMYK
RGB Variations
Color information
#A6507E (or 0xA6507E) is known color: Royal Heath. HEX triplet: A6, 50 and 7E. RGB value is (166,80,126). Sum of RGB (Red+Green+Blue) = 166+80+126=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A6507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6507E is #59AF81. Grayscale: #6E6E6E. Windows color (decimal): -5877634 or 8278182. OLE color: 8278182.
HSL color Cylindrical-coordinate representation of color #A6507E: hue angle of 327.91º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6507E is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 80 | 126 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.35 |
| HSL | 327.91º | 0.35% | 0.48% | - |
| HSV(B) | 327.91º | 0.52% | 0.65% | - |
| XYZ | 22.36 | 15.35 | 21.52 | - |
| YUV | 110.96 | 136.49 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 126 | 0 | 0.52 | 0.24 | 0.35 | 327.91 | 0.35 | 0.48 |
| Hex | A6 | 50 | 7E | 0 | 34 | 18 | 23 | 148 | 23 | 30 |
| Octal | 246 | 120 | 176 | 0 | 64 | 30 | 43 | 510 | 43 | 60 |
| Binary | 10100110 | 1010000 | 1111110 | 0 | 110100 | 11000 | 100011 | 101001000 | 100011 | 110000 |
Color Harmonies of #A6507E
Complementary color
Monochromatic Colors of #A6507E
Black with #A6507E
Text Example
Text Example
White with #A6507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6507E; }
p { color: rgb(166,80,126); }
H1.HeaderClassName
{
color: #A6507E;
}
.AnyTagClassName
{
color: #A6507E;
}
</style>
background-color css
<style>
a { background-color: #A6507E; }
a { background-color: rgb(166,80,126); }
div.DivClassName
{
background-color: #A6507E;
}
.BgClassName
{
background-color: #A6507E;
}
</style>
border-color css
<style>
span { border-color: #A6507E; }
span { border-color: rgb(166,80,126); }
td.TdClassName
{
border-color: #A6507E;
}
.TagClassName
{
border-color: #A6507E;
}
</style>