Shades of Hippie Pink #A3505E
Tints of Hippie Pink #A3505E
RGB
CMYK
RGB Variations
Color information
#A3505E (or 0xA3505E) is known color: Hippie Pink. HEX triplet: A3, 50 and 5E. RGB value is (163,80,94). Sum of RGB (Red+Green+Blue) = 163+80+94=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A3505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3505E is #5CAFA1. Grayscale: #6A6A6A. Windows color (decimal): -6074274 or 6181027. OLE color: 6181027.
HSL color Cylindrical-coordinate representation of color #A3505E: hue angle of 349.88º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3505E is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 80 | 94 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.36 |
| HSL | 349.88º | 0.34% | 0.48% | - |
| HSV(B) | 349.88º | 0.51% | 0.64% | - |
| XYZ | 19.99 | 14.33 | 12.3 | - |
| YUV | 106.41 | 121 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 94 | 0 | 0.51 | 0.42 | 0.36 | 349.88 | 0.34 | 0.48 |
| Hex | A3 | 50 | 5E | 0 | 33 | 2A | 24 | 15E | 22 | 30 |
| Octal | 243 | 120 | 136 | 0 | 63 | 52 | 44 | 536 | 42 | 60 |
| Binary | 10100011 | 1010000 | 1011110 | 0 | 110011 | 101010 | 100100 | 101011110 | 100010 | 110000 |
Color Harmonies of #A3505E
Complementary color
Monochromatic Colors of #A3505E
Black with #A3505E
Text Example
Text Example
White with #A3505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3505E; }
p { color: rgb(163,80,94); }
H1.HeaderClassName
{
color: #A3505E;
}
.AnyTagClassName
{
color: #A3505E;
}
</style>
background-color css
<style>
a { background-color: #A3505E; }
a { background-color: rgb(163,80,94); }
div.DivClassName
{
background-color: #A3505E;
}
.BgClassName
{
background-color: #A3505E;
}
</style>
border-color css
<style>
span { border-color: #A3505E; }
span { border-color: rgb(163,80,94); }
td.TdClassName
{
border-color: #A3505E;
}
.TagClassName
{
border-color: #A3505E;
}
</style>