#AF4561

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

Shades of Hippie Pink #AF4561

Tints of Hippie Pink #AF4561

Color information

#AF4561 (or 0xAF4561) is unknown color: approx Hippie Pink. HEX triplet: AF, 45 and 61. RGB value is (175,69,97). Sum of RGB (Red+Green+Blue) = 175+69+97=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4561 is #50BA9E. Grayscale: #676767. Windows color (decimal): -5290655 or 6374831. OLE color: 6374831.

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

Color convert

RGB1756997-
CMYK00.610.450.31
HSL344.15º43.44%47.84%-
HSV(B)344.15º60.57%68.63%-
XYZ21.9614.2312.9-
YUV103.89124.12178.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.32%
GREEN value IS 69 (27.34% from 255) = 20.23%
BLUE value IS 97 (38.28% from 255) = 28.45%
R=51.32%
G=20.23%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175699700.610.450.31344.1543.4447.84
HexAF456103D2D1F1582b30
Octal25710514107555375305360
Binary1010111110001011100001011110110110111111101011000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4561; }

 p { color: rgb(175,69,97); }

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

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

 a { background-color: rgb(175,69,97); }

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

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

 span { border-color: rgb(175,69,97); }

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