#AF4251

Color #AF4251 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #AF4251

Tints of Hippie Pink #AF4251

Color information

#AF4251 (or 0xAF4251) is unknown color: approx Hippie Pink. HEX triplet: AF, 42 and 51. RGB value is (175,66,81). Sum of RGB (Red+Green+Blue) = 175+66+81=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4251 is #50BDAE. Grayscale: #646464. Windows color (decimal): -5291439 or 5325487. OLE color: 5325487.

HSL color Cylindrical-coordinate representation of color #AF4251: hue angle of 351.74º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF4251 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB1756681-
CMYK00.620.540.31
HSL351.74º45.23%47.25%-
HSV(B)351.74º62.29%68.63%-
XYZ21.1113.69.3-
YUV100.3117.11181.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 54.35%
GREEN value IS 66 (26.17% from 255) = 20.50%
BLUE value IS 81 (32.03% from 255) = 25.16%
R=54.35%
G=20.50%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175668100.620.540.31351.7445.2347.25
HexAF425103E361F1602d2f
Octal25710212107666375405557
Binary1010111110000101010001011111011011011111101100000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4251; }

 p { color: rgb(175,66,81); }

 H1.HeaderClassName
 {
   color: #AF4251;
 }
 .AnyTagClassName
 {
   color: #AF4251;
 }
</style>
background-color css

<style>
 a { background-color: #AF4251; }

 a { background-color: rgb(175,66,81); }

 div.DivClassName
 {
   background-color: #AF4251;
 }
 .BgClassName
 {
   background-color: #AF4251;
 }
</style>
border-color css

<style>
 span { border-color: #AF4251; }

 span { border-color: rgb(175,66,81); }

 td.TdClassName
 {
   border-color: #AF4251;
 }
 .TagClassName
 {
   border-color: #AF4251;
 }
</style>