Shades of Royal Heath #A34A7D
Tints of Royal Heath #A34A7D
RGB
CMYK
RGB Variations
Color information
#A34A7D (or 0xA34A7D) is known color: Royal Heath. HEX triplet: A3, 4A and 7D. RGB value is (163,74,125). Sum of RGB (Red+Green+Blue) = 163+74+125=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34A7D is #5CB582. Grayscale: #6A6A6A. Windows color (decimal): -6075779 or 8211107. OLE color: 8211107.
HSL color Cylindrical-coordinate representation of color #A34A7D: hue angle of 325.62º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34A7D is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 74 | 125 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.36 |
| HSL | 325.62º | 0.38% | 0.46% | - |
| HSV(B) | 325.62º | 0.55% | 0.64% | - |
| XYZ | 21.25 | 14.16 | 21.02 | - |
| YUV | 106.43 | 138.49 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 125 | 0 | 0.55 | 0.23 | 0.36 | 325.62 | 0.38 | 0.46 |
| Hex | A3 | 4A | 7D | 0 | 37 | 17 | 24 | 146 | 26 | 2E |
| Octal | 243 | 112 | 175 | 0 | 67 | 27 | 44 | 506 | 46 | 56 |
| Binary | 10100011 | 1001010 | 1111101 | 0 | 110111 | 10111 | 100100 | 101000110 | 100110 | 101110 |
Color Harmonies of #A34A7D
Complementary color
Monochromatic Colors of #A34A7D
Black with #A34A7D
Text Example
Text Example
White with #A34A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34A7D; }
p { color: rgb(163,74,125); }
H1.HeaderClassName
{
color: #A34A7D;
}
.AnyTagClassName
{
color: #A34A7D;
}
</style>
background-color css
<style>
a { background-color: #A34A7D; }
a { background-color: rgb(163,74,125); }
div.DivClassName
{
background-color: #A34A7D;
}
.BgClassName
{
background-color: #A34A7D;
}
</style>
border-color css
<style>
span { border-color: #A34A7D; }
span { border-color: rgb(163,74,125); }
td.TdClassName
{
border-color: #A34A7D;
}
.TagClassName
{
border-color: #A34A7D;
}
</style>