Html Css Color HEX #AF505E Hippie Pink

📋 copy color: '#AF505E'

red 175 ◦ green 80 ◦ blue 94

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

Shades of Hippie Pink #AF505E

Tints of Hippie Pink #AF505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.92%

 BLUE value IS 94 (37.11% from 255) = 26.93%

R = 50.14%
G = 22.92%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF505E (or 0xAF505E) is known color: Hippie Pink. HEX triplet: AF, 50 and 5E. RGB value is (175,80,94). Sum of RGB (Red+Green+Blue) = 175+80+94=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF505E is #50AFA1. Grayscale: #6E6E6E. Windows color (decimal): -5287842 or 6181039. OLE color: 6181039.

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

Color convert

RGB 175 80 94 -
CMYK 0 0.54 0.46 0.31
HSL 351.16º 0.37% 0.5% -
HSV(B) 351.16º 0.54% 0.69% -
XYZ 22.57 15.66 12.42 -
YUV 110 118.97 174.36 -
System Red Green Blue C M Y K H S L
Decimal 175 80 94 0 0.54 0.46 0.31 351.16 0.37 0.5
Hex AF 50 5E 0 36 2E 1F 15F 25 32
Octal 257 120 136 0 66 56 37 537 45 62
Binary 10101111 1010000 1011110 0 110110 101110 11111 101011111 100101 110010

Color Harmonies of #AF505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF505E

Black with #AF505E

Text Example


Text Example

White with #AF505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF505E; }

 p { color: rgb(175,80,94); }

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

background-color css

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

 a { background-color: rgb(175,80,94); }

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

border-color css

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

 span { border-color: rgb(175,80,94); }

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