Html Css Color HEX #AF4F5D Hippie Pink

📋 copy color: '#AF4F5D'

red 175 ◦ green 79 ◦ blue 93

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

Shades of Hippie Pink #AF4F5D

Tints of Hippie Pink #AF4F5D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.77%

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

R = 50.43%
G = 22.77%
B = 26.8%

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

#AF4F5D (or 0xAF4F5D) is known color: Hippie Pink. HEX triplet: AF, 4F and 5D. RGB value is (175,79,93). Sum of RGB (Red+Green+Blue) = 175+79+93=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4F5D is #50B0A2. Grayscale: #6D6D6D. Windows color (decimal): -5288099 or 6115247. OLE color: 6115247.

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

Color convert

RGB 175 79 93 -
CMYK 0 0.55 0.47 0.31
HSL 351.25º 0.38% 0.5% -
HSV(B) 351.25º 0.55% 0.69% -
XYZ 22.45 15.5 12.16 -
YUV 109.3 118.8 174.86 -
System Red Green Blue C M Y K H S L
Decimal 175 79 93 0 0.55 0.47 0.31 351.25 0.38 0.5
Hex AF 4F 5D 0 37 2F 1F 15F 26 32
Octal 257 117 135 0 67 57 37 537 46 62
Binary 10101111 1001111 1011101 0 110111 101111 11111 101011111 100110 110010

Color Harmonies of #AF4F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4F5D

Black with #AF4F5D

Text Example


Text Example

White with #AF4F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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