#AF4153

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

Shades of Hippie Pink #AF4153

Tints of Hippie Pink #AF4153

Color information

#AF4153 (or 0xAF4153) is unknown color: approx Hippie Pink. HEX triplet: AF, 41 and 53. RGB value is (175,65,83). Sum of RGB (Red+Green+Blue) = 175+65+83=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4153 is #50BEAC. Grayscale: #636363. Windows color (decimal): -5291693 or 5456303. OLE color: 5456303.

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

Color convert

RGB1756583-
CMYK00.630.530.31
HSL350.18º45.83%47.06%-
HSV(B)350.18º62.86%68.63%-
XYZ21.1313.529.68-
YUV99.94118.44181.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.18%
GREEN value IS 65 (25.78% from 255) = 20.12%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=54.18%
G=20.12%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175658300.630.530.31350.1845.8347.06
HexAF415303F351F15e2e2f
Octal25710112307765375365657
Binary1010111110000011010011011111111010111111101011110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4153; }

 p { color: rgb(175,65,83); }

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

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

 a { background-color: rgb(175,65,83); }

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

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

 span { border-color: rgb(175,65,83); }

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