Shades of Hippie Pink #A8505C
Tints of Hippie Pink #A8505C
RGB
CMYK
RGB Variations
Color information
#A8505C (or 0xA8505C) is known color: Hippie Pink. HEX triplet: A8, 50 and 5C. RGB value is (168,80,92). Sum of RGB (Red+Green+Blue) = 168+80+92=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A8505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8505C is #57AFA3. Grayscale: #6B6B6B. Windows color (decimal): -5746596 or 6049960. OLE color: 6049960.
HSL color Cylindrical-coordinate representation of color #A8505C: hue angle of 351.82º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8505C is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 80 | 92 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.34 |
| HSL | 351.82º | 0.35% | 0.49% | - |
| HSV(B) | 351.82º | 0.52% | 0.66% | - |
| XYZ | 20.95 | 14.83 | 11.88 | - |
| YUV | 107.68 | 119.15 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 92 | 0 | 0.52 | 0.45 | 0.34 | 351.82 | 0.35 | 0.49 |
| Hex | A8 | 50 | 5C | 0 | 34 | 2D | 22 | 160 | 23 | 31 |
| Octal | 250 | 120 | 134 | 0 | 64 | 55 | 42 | 540 | 43 | 61 |
| Binary | 10101000 | 1010000 | 1011100 | 0 | 110100 | 101101 | 100010 | 101100000 | 100011 | 110001 |
Color Harmonies of #A8505C
Complementary color
Monochromatic Colors of #A8505C
Black with #A8505C
Text Example
Text Example
White with #A8505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8505C; }
p { color: rgb(168,80,92); }
H1.HeaderClassName
{
color: #A8505C;
}
.AnyTagClassName
{
color: #A8505C;
}
</style>
background-color css
<style>
a { background-color: #A8505C; }
a { background-color: rgb(168,80,92); }
div.DivClassName
{
background-color: #A8505C;
}
.BgClassName
{
background-color: #A8505C;
}
</style>
border-color css
<style>
span { border-color: #A8505C; }
span { border-color: rgb(168,80,92); }
td.TdClassName
{
border-color: #A8505C;
}
.TagClassName
{
border-color: #A8505C;
}
</style>