#AF4555

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

Shades of Hippie Pink #AF4555

Tints of Hippie Pink #AF4555

Color information

#AF4555 (or 0xAF4555) is unknown color: approx Hippie Pink. HEX triplet: AF, 45 and 55. RGB value is (175,69,85). Sum of RGB (Red+Green+Blue) = 175+69+85=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4555 is #50BAAA. Grayscale: #666666. Windows color (decimal): -5290667 or 5588399. OLE color: 5588399.

HSL color Cylindrical-coordinate representation of color #AF4555: hue angle of 350.94º 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 #AF4555 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB1756985-
CMYK00.610.510.31
HSL350.94º43.44%47.84%-
HSV(B)350.94º60.57%68.63%-
XYZ21.4514.0310.17-
YUV102.52118.12179.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.19%
GREEN value IS 69 (27.34% from 255) = 20.97%
BLUE value IS 85 (33.59% from 255) = 25.84%
R=53.19%
G=20.97%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175698500.610.510.31350.9443.4447.84
HexAF455503D331F15f2b30
Octal25710512507563375375360
Binary1010111110001011010101011110111001111111101011111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4555; }

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

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

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

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

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

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

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

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