Shades of Hippie Pink #A3485F
Tints of Hippie Pink #A3485F
RGB
CMYK
RGB Variations
Color information
#A3485F (or 0xA3485F) is known color: Hippie Pink. HEX triplet: A3, 48 and 5F. RGB value is (163,72,95). Sum of RGB (Red+Green+Blue) = 163+72+95=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A3485F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3485F is #5CB7A0. Grayscale: #656565. Windows color (decimal): -6076321 or 6244515. OLE color: 6244515.
HSL color Cylindrical-coordinate representation of color #A3485F: hue angle of 344.84º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A3485F is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 72 | 95 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.36 |
| HSL | 344.84º | 0.39% | 0.46% | - |
| HSV(B) | 344.84º | 0.56% | 0.64% | - |
| XYZ | 19.49 | 13.25 | 12.36 | - |
| YUV | 101.83 | 124.15 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 72 | 95 | 0 | 0.56 | 0.42 | 0.36 | 344.84 | 0.39 | 0.46 |
| Hex | A3 | 48 | 5F | 0 | 38 | 2A | 24 | 159 | 27 | 2E |
| Octal | 243 | 110 | 137 | 0 | 70 | 52 | 44 | 531 | 47 | 56 |
| Binary | 10100011 | 1001000 | 1011111 | 0 | 111000 | 101010 | 100100 | 101011001 | 100111 | 101110 |
Color Harmonies of #A3485F
Complementary color
Monochromatic Colors of #A3485F
Black with #A3485F
Text Example
Text Example
White with #A3485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3485F; }
p { color: rgb(163,72,95); }
H1.HeaderClassName
{
color: #A3485F;
}
.AnyTagClassName
{
color: #A3485F;
}
</style>
background-color css
<style>
a { background-color: #A3485F; }
a { background-color: rgb(163,72,95); }
div.DivClassName
{
background-color: #A3485F;
}
.BgClassName
{
background-color: #A3485F;
}
</style>
border-color css
<style>
span { border-color: #A3485F; }
span { border-color: rgb(163,72,95); }
td.TdClassName
{
border-color: #A3485F;
}
.TagClassName
{
border-color: #A3485F;
}
</style>