Shades of Hippie Pink #AD415D
Tints of Hippie Pink #AD415D
RGB
CMYK
RGB Variations
Color information
#AD415D (or 0xAD415D) is known color: Hippie Pink. HEX triplet: AD, 41 and 5D. RGB value is (173,65,93). Sum of RGB (Red+Green+Blue) = 173+65+93=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD415D is #52BEA2. Grayscale: #646464. Windows color (decimal): -5422755 or 6111661. OLE color: 6111661.
HSL color Cylindrical-coordinate representation of color #AD415D: hue angle of 344.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD415D is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 93 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.32 |
| HSL | 344.44º | 0.45% | 0.47% | - |
| HSV(B) | 344.44º | 0.62% | 0.68% | - |
| XYZ | 21.1 | 13.46 | 11.84 | - |
| YUV | 100.48 | 123.78 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 93 | 0 | 0.62 | 0.46 | 0.32 | 344.44 | 0.45 | 0.47 |
| Hex | AD | 41 | 5D | 0 | 3E | 2E | 20 | 158 | 2D | 2F |
| Octal | 255 | 101 | 135 | 0 | 76 | 56 | 40 | 530 | 55 | 57 |
| Binary | 10101101 | 1000001 | 1011101 | 0 | 111110 | 101110 | 100000 | 101011000 | 101101 | 101111 |
Color Harmonies of #AD415D
Complementary color
Monochromatic Colors of #AD415D
Black with #AD415D
Text Example
Text Example
White with #AD415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD415D; }
p { color: rgb(173,65,93); }
H1.HeaderClassName
{
color: #AD415D;
}
.AnyTagClassName
{
color: #AD415D;
}
</style>
background-color css
<style>
a { background-color: #AD415D; }
a { background-color: rgb(173,65,93); }
div.DivClassName
{
background-color: #AD415D;
}
.BgClassName
{
background-color: #AD415D;
}
</style>
border-color css
<style>
span { border-color: #AD415D; }
span { border-color: rgb(173,65,93); }
td.TdClassName
{
border-color: #AD415D;
}
.TagClassName
{
border-color: #AD415D;
}
</style>