Shades of Royal Heath #A6437B
Tints of Royal Heath #A6437B
RGB
CMYK
RGB Variations
Color information
#A6437B (or 0xA6437B) is known color: Royal Heath. HEX triplet: A6, 43 and 7B. RGB value is (166,67,123). Sum of RGB (Red+Green+Blue) = 166+67+123=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A6437B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6437B is #59BC84. Grayscale: #666666. Windows color (decimal): -5880965 or 8078246. OLE color: 8078246.
HSL color Cylindrical-coordinate representation of color #A6437B: hue angle of 326.06º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6437B is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 123 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.35 |
| HSL | 326.06º | 0.42% | 0.46% | - |
| HSV(B) | 326.06º | 0.6% | 0.65% | - |
| XYZ | 21.31 | 13.55 | 20.23 | - |
| YUV | 102.99 | 139.3 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 123 | 0 | 0.60 | 0.26 | 0.35 | 326.06 | 0.42 | 0.46 |
| Hex | A6 | 43 | 7B | 0 | 3C | 1A | 23 | 146 | 2A | 2E |
| Octal | 246 | 103 | 173 | 0 | 74 | 32 | 43 | 506 | 52 | 56 |
| Binary | 10100110 | 1000011 | 1111011 | 0 | 111100 | 11010 | 100011 | 101000110 | 101010 | 101110 |
Color Harmonies of #A6437B
Complementary color
Monochromatic Colors of #A6437B
Black with #A6437B
Text Example
Text Example
White with #A6437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6437B; }
p { color: rgb(166,67,123); }
H1.HeaderClassName
{
color: #A6437B;
}
.AnyTagClassName
{
color: #A6437B;
}
</style>
background-color css
<style>
a { background-color: #A6437B; }
a { background-color: rgb(166,67,123); }
div.DivClassName
{
background-color: #A6437B;
}
.BgClassName
{
background-color: #A6437B;
}
</style>
border-color css
<style>
span { border-color: #A6437B; }
span { border-color: rgb(166,67,123); }
td.TdClassName
{
border-color: #A6437B;
}
.TagClassName
{
border-color: #A6437B;
}
</style>