Shades of Apple Blossom #A24E4B
Tints of Apple Blossom #A24E4B
RGB
CMYK
RGB Variations
Color information
#A24E4B (or 0xA24E4B) is known color: Apple Blossom. HEX triplet: A2, 4E and 4B. RGB value is (162,78,75). Sum of RGB (Red+Green+Blue) = 162+78+75=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24E4B is #5DB1B4. Grayscale: #666666. Windows color (decimal): -6140341 or 4935330. OLE color: 4935330.
HSL color Cylindrical-coordinate representation of color #A24E4B: hue angle of 2.07º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A24E4B is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 78 | 75 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.36 |
| HSL | 2.07º | 0.37% | 0.46% | - |
| HSV(B) | 2.07º | 0.54% | 0.64% | - |
| XYZ | 18.89 | 13.64 | 8.29 | - |
| YUV | 102.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 75 | 0 | 0.52 | 0.54 | 0.36 | 2.07 | 0.37 | 0.46 |
| Hex | A2 | 4E | 4B | 0 | 34 | 36 | 24 | 2 | 25 | 2E |
| Octal | 242 | 116 | 113 | 0 | 64 | 66 | 44 | 2 | 45 | 56 |
| Binary | 10100010 | 1001110 | 1001011 | 0 | 110100 | 110110 | 100100 | 10 | 100101 | 101110 |
Color Harmonies of #A24E4B
Complementary color
Monochromatic Colors of #A24E4B
Black with #A24E4B
Text Example
Text Example
White with #A24E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24E4B; }
p { color: rgb(162,78,75); }
H1.HeaderClassName
{
color: #A24E4B;
}
.AnyTagClassName
{
color: #A24E4B;
}
</style>
background-color css
<style>
a { background-color: #A24E4B; }
a { background-color: rgb(162,78,75); }
div.DivClassName
{
background-color: #A24E4B;
}
.BgClassName
{
background-color: #A24E4B;
}
</style>
border-color css
<style>
span { border-color: #A24E4B; }
span { border-color: rgb(162,78,75); }
td.TdClassName
{
border-color: #A24E4B;
}
.TagClassName
{
border-color: #A24E4B;
}
</style>