#AF4453

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

Shades of Hippie Pink #AF4453

Tints of Hippie Pink #AF4453

Color information

#AF4453 (or 0xAF4453) is unknown color: approx Hippie Pink. HEX triplet: AF, 44 and 53. RGB value is (175,68,83). Sum of RGB (Red+Green+Blue) = 175+68+83=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4453 is #50BBAC. Grayscale: #656565. Windows color (decimal): -5290925 or 5457071. OLE color: 5457071.

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

Color convert

RGB1756883-
CMYK00.610.530.31
HSL351.59º44.03%47.65%-
HSV(B)351.59º61.14%68.63%-
XYZ21.3113.879.74-
YUV101.7117.45180.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.68%
GREEN value IS 68 (26.95% from 255) = 20.86%
BLUE value IS 83 (32.81% from 255) = 25.46%
R=53.68%
G=20.86%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175688300.610.530.31351.5944.0347.65
HexAF445303D351F1602c30
Octal25710412307565375405460
Binary1010111110001001010011011110111010111111101100000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4453; }

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

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

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

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

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

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

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

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