Html Css Color HEX #AF4E5D Hippie Pink

📋 copy color: '#AF4E5D'

red 175 ◦ green 78 ◦ blue 93

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

Shades of Hippie Pink #AF4E5D

Tints of Hippie Pink #AF4E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.88%

R = 50.58%
G = 22.54%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF4E5D (or 0xAF4E5D) is known color: Hippie Pink. HEX triplet: AF, 4E and 5D. RGB value is (175,78,93). Sum of RGB (Red+Green+Blue) = 175+78+93=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E5D is #50B1A2. Grayscale: #6C6C6C. Windows color (decimal): -5288355 or 6114991. OLE color: 6114991.

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

Color convert

RGB 175 78 93 -
CMYK 0 0.55 0.47 0.31
HSL 350.72º 0.38% 0.5% -
HSV(B) 350.72º 0.55% 0.69% -
XYZ 22.38 15.35 12.14 -
YUV 108.71 119.14 175.28 -
System Red Green Blue C M Y K H S L
Decimal 175 78 93 0 0.55 0.47 0.31 350.72 0.38 0.5
Hex AF 4E 5D 0 37 2F 1F 15F 26 32
Octal 257 116 135 0 67 57 37 537 46 62
Binary 10101111 1001110 1011101 0 110111 101111 11111 101011111 100110 110010

Color Harmonies of #AF4E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E5D

Black with #AF4E5D

Text Example


Text Example

White with #AF4E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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