#AF3F54

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

Shades of Hippie Pink #AF3F54

Tints of Hippie Pink #AF3F54

Color information

#AF3F54 (or 0xAF3F54) is unknown color: approx Hippie Pink. HEX triplet: AF, 3F and 54. RGB value is (175,63,84). Sum of RGB (Red+Green+Blue) = 175+63+84=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3F54 is #50C0AB. Grayscale: #626262. Windows color (decimal): -5292204 or 5521327. OLE color: 5521327.

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

Color convert

RGB1756384-
CMYK00.640.520.31
HSL348.75º47.06%46.67%-
HSV(B)348.75º64%68.63%-
XYZ21.0613.319.85-
YUV98.88119.61182.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.35%
GREEN value IS 63 (25% from 255) = 19.57%
BLUE value IS 84 (33.20% from 255) = 26.09%
R=54.35%
G=19.57%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175638400.640.520.31348.7547.0646.67
HexAF3F54040341F15d2f2f
Octal25777124010064375355757
Binary1010111111111110101000100000011010011111101011101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3F54; }

 p { color: rgb(175,63,84); }

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

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

 a { background-color: rgb(175,63,84); }

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

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

 span { border-color: rgb(175,63,84); }

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