Html Css Color HEX #AF4659 Hippie Pink

📋 copy color: '#AF4659'

red 175 ◦ green 70 ◦ blue 89

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

Shades of Hippie Pink #AF4659

Tints of Hippie Pink #AF4659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.96%

 BLUE value IS 89 (35.16% from 255) = 26.65%

R = 52.4%
G = 20.96%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF4659 (or 0xAF4659) is known color: Hippie Pink. HEX triplet: AF, 46 and 59. RGB value is (175,70,89). Sum of RGB (Red+Green+Blue) = 175+70+89=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4659 is #50B9A6. Grayscale: #676767. Windows color (decimal): -5290407 or 5850799. OLE color: 5850799.

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

Color convert

RGB 175 70 89 -
CMYK 0 0.60 0.49 0.31
HSL 349.14º 0.43% 0.48% -
HSV(B) 349.14º 0.6% 0.69% -
XYZ 21.67 14.22 11.05 -
YUV 103.56 119.79 178.96 -
System Red Green Blue C M Y K H S L
Decimal 175 70 89 0 0.60 0.49 0.31 349.14 0.43 0.48
Hex AF 46 59 0 3C 31 1F 15D 2B 30
Octal 257 106 131 0 74 61 37 535 53 60
Binary 10101111 1000110 1011001 0 111100 110001 11111 101011101 101011 110000

Color Harmonies of #AF4659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4659

Black with #AF4659

Text Example


Text Example

White with #AF4659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4659; }

 p { color: rgb(175,70,89); }

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

background-color css

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

 a { background-color: rgb(175,70,89); }

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

border-color css

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

 span { border-color: rgb(175,70,89); }

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