Html Css Color HEX #AF3F57 Hippie Pink

📋 copy color: '#AF3F57'

red 175 ◦ green 63 ◦ blue 87

#AF3F57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #AF3F57

Tints of Hippie Pink #AF3F57

RGB

 RED value IS 175 (68.75% from 255) = 53.85%

 GREEN value IS 63 (25% from 255) = 19.38%

 BLUE value IS 87 (34.38% from 255) = 26.77%

R = 53.85%
G = 19.38%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF3F57 (or 0xAF3F57) is known color: Hippie Pink. HEX triplet: AF, 3F and 57. RGB value is (175,63,87). Sum of RGB (Red+Green+Blue) = 175+63+87=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3F57 is #50C0A8. Grayscale: #636363. Windows color (decimal): -5292201 or 5717935. OLE color: 5717935.

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

Color convert

RGB 175 63 87 -
CMYK 0 0.64 0.50 0.31
HSL 347.14º 0.47% 0.47% -
HSV(B) 347.14º 0.64% 0.69% -
XYZ 21.18 13.36 10.48 -
YUV 99.22 121.11 182.05 -
System Red Green Blue C M Y K H S L
Decimal 175 63 87 0 0.64 0.50 0.31 347.14 0.47 0.47
Hex AF 3F 57 0 40 32 1F 15B 2F 2F
Octal 257 77 127 0 100 62 37 533 57 57
Binary 10101111 111111 1010111 0 1000000 110010 11111 101011011 101111 101111

Color Harmonies of #AF3F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3F57

Black with #AF3F57

Text Example


Text Example

White with #AF3F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3F57; }

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

 H1.HeaderClassName
 {
   color: #AF3F57;
 }
 .AnyTagClassName
 {
   color: #AF3F57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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