Shades of Hippie Pink #AF3E5A
Tints of Hippie Pink #AF3E5A
RGB
CMYK
RGB Variations
Color information
#AF3E5A (or 0xAF3E5A) is known color: Hippie Pink. HEX triplet: AF, 3E and 5A. RGB value is (175,62,90). Sum of RGB (Red+Green+Blue) = 175+62+90=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3E5A is #50C1A5. Grayscale: #626262. Windows color (decimal): -5292454 or 5914287. OLE color: 5914287.
HSL color Cylindrical-coordinate representation of color #AF3E5A: hue angle of 345.13º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF3E5A is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 90 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.31 |
| HSL | 345.13º | 0.48% | 0.46% | - |
| HSV(B) | 345.13º | 0.65% | 0.69% | - |
| XYZ | 21.25 | 13.3 | 11.12 | - |
| YUV | 98.98 | 122.94 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 90 | 0 | 0.65 | 0.49 | 0.31 | 345.13 | 0.48 | 0.46 |
| Hex | AF | 3E | 5A | 0 | 41 | 31 | 1F | 159 | 30 | 2E |
| Octal | 257 | 76 | 132 | 0 | 101 | 61 | 37 | 531 | 60 | 56 |
| Binary | 10101111 | 111110 | 1011010 | 0 | 1000001 | 110001 | 11111 | 101011001 | 110000 | 101110 |
Color Harmonies of #AF3E5A
Complementary color
Monochromatic Colors of #AF3E5A
Black with #AF3E5A
Text Example
Text Example
White with #AF3E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E5A; }
p { color: rgb(175,62,90); }
H1.HeaderClassName
{
color: #AF3E5A;
}
.AnyTagClassName
{
color: #AF3E5A;
}
</style>
background-color css
<style>
a { background-color: #AF3E5A; }
a { background-color: rgb(175,62,90); }
div.DivClassName
{
background-color: #AF3E5A;
}
.BgClassName
{
background-color: #AF3E5A;
}
</style>
border-color css
<style>
span { border-color: #AF3E5A; }
span { border-color: rgb(175,62,90); }
td.TdClassName
{
border-color: #AF3E5A;
}
.TagClassName
{
border-color: #AF3E5A;
}
</style>