Shades of Hippie Pink #AD405B
Tints of Hippie Pink #AD405B
RGB
CMYK
RGB Variations
Color information
#AD405B (or 0xAD405B) is known color: Hippie Pink. HEX triplet: AD, 40 and 5B. RGB value is (173,64,91). Sum of RGB (Red+Green+Blue) = 173+64+91=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD405B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD405B is #52BFA4. Grayscale: #636363. Windows color (decimal): -5423013 or 5980333. OLE color: 5980333.
HSL color Cylindrical-coordinate representation of color #AD405B: hue angle of 345.14º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD405B is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 91 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.32 |
| HSL | 345.14º | 0.46% | 0.46% | - |
| HSV(B) | 345.14º | 0.63% | 0.68% | - |
| XYZ | 20.96 | 13.31 | 11.36 | - |
| YUV | 99.67 | 123.11 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 91 | 0 | 0.63 | 0.47 | 0.32 | 345.14 | 0.46 | 0.46 |
| Hex | AD | 40 | 5B | 0 | 3F | 2F | 20 | 159 | 2E | 2E |
| Octal | 255 | 100 | 133 | 0 | 77 | 57 | 40 | 531 | 56 | 56 |
| Binary | 10101101 | 1000000 | 1011011 | 0 | 111111 | 101111 | 100000 | 101011001 | 101110 | 101110 |
Color Harmonies of #AD405B
Complementary color
Monochromatic Colors of #AD405B
Black with #AD405B
Text Example
Text Example
White with #AD405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD405B; }
p { color: rgb(173,64,91); }
H1.HeaderClassName
{
color: #AD405B;
}
.AnyTagClassName
{
color: #AD405B;
}
</style>
background-color css
<style>
a { background-color: #AD405B; }
a { background-color: rgb(173,64,91); }
div.DivClassName
{
background-color: #AD405B;
}
.BgClassName
{
background-color: #AD405B;
}
</style>
border-color css
<style>
span { border-color: #AD405B; }
span { border-color: rgb(173,64,91); }
td.TdClassName
{
border-color: #AD405B;
}
.TagClassName
{
border-color: #AD405B;
}
</style>