Shades of Hippie Pink #A1505D
Tints of Hippie Pink #A1505D
RGB
CMYK
RGB Variations
Color information
#A1505D (or 0xA1505D) is known color: Hippie Pink. HEX triplet: A1, 50 and 5D. RGB value is (161,80,93). Sum of RGB (Red+Green+Blue) = 161+80+93=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A1505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1505D is #5EAFA2. Grayscale: #696969. Windows color (decimal): -6205347 or 6115489. OLE color: 6115489.
HSL color Cylindrical-coordinate representation of color #A1505D: hue angle of 350.37º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1505D is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 93 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.37 |
| HSL | 350.37º | 0.34% | 0.47% | - |
| HSV(B) | 350.37º | 0.5% | 0.63% | - |
| XYZ | 19.54 | 14.1 | 12.05 | - |
| YUV | 105.7 | 120.84 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 93 | 0 | 0.50 | 0.42 | 0.37 | 350.37 | 0.34 | 0.47 |
| Hex | A1 | 50 | 5D | 0 | 32 | 2A | 25 | 15E | 22 | 2F |
| Octal | 241 | 120 | 135 | 0 | 62 | 52 | 45 | 536 | 42 | 57 |
| Binary | 10100001 | 1010000 | 1011101 | 0 | 110010 | 101010 | 100101 | 101011110 | 100010 | 101111 |
Color Harmonies of #A1505D
Complementary color
Monochromatic Colors of #A1505D
Black with #A1505D
Text Example
Text Example
White with #A1505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1505D; }
p { color: rgb(161,80,93); }
H1.HeaderClassName
{
color: #A1505D;
}
.AnyTagClassName
{
color: #A1505D;
}
</style>
background-color css
<style>
a { background-color: #A1505D; }
a { background-color: rgb(161,80,93); }
div.DivClassName
{
background-color: #A1505D;
}
.BgClassName
{
background-color: #A1505D;
}
</style>
border-color css
<style>
span { border-color: #A1505D; }
span { border-color: rgb(161,80,93); }
td.TdClassName
{
border-color: #A1505D;
}
.TagClassName
{
border-color: #A1505D;
}
</style>