Html Css Color HEX #AF4E5B Hippie Pink

📋 copy color: '#AF4E5B'

red 175 ◦ green 78 ◦ blue 91

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

Shades of Hippie Pink #AF4E5B

Tints of Hippie Pink #AF4E5B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.67%

 BLUE value IS 91 (35.94% from 255) = 26.45%

R = 50.87%
G = 22.67%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF4E5B (or 0xAF4E5B) is known color: Hippie Pink. HEX triplet: AF, 4E and 5B. RGB value is (175,78,91). Sum of RGB (Red+Green+Blue) = 175+78+91=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E5B is #50B1A4. Grayscale: #6C6C6C. Windows color (decimal): -5288357 or 5983919. OLE color: 5983919.

HSL color Cylindrical-coordinate representation of color #AF4E5B: hue angle of 351.96º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4E5B is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 78 91 -
CMYK 0 0.55 0.48 0.31
HSL 351.96º 0.38% 0.5% -
HSV(B) 351.96º 0.55% 0.69% -
XYZ 22.29 15.32 11.68 -
YUV 108.49 118.14 175.44 -
System Red Green Blue C M Y K H S L
Decimal 175 78 91 0 0.55 0.48 0.31 351.96 0.38 0.5
Hex AF 4E 5B 0 37 30 1F 160 26 32
Octal 257 116 133 0 67 60 37 540 46 62
Binary 10101111 1001110 1011011 0 110111 110000 11111 101100000 100110 110010

Color Harmonies of #AF4E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E5B

Black with #AF4E5B

Text Example


Text Example

White with #AF4E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E5B; }

 p { color: rgb(175,78,91); }

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

background-color css

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

 a { background-color: rgb(175,78,91); }

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

border-color css

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

 span { border-color: rgb(175,78,91); }

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