Html Css Color HEX #AF505C Hippie Pink

📋 copy color: '#AF505C'

red 175 ◦ green 80 ◦ blue 92

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

Shades of Hippie Pink #AF505C

Tints of Hippie Pink #AF505C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.51%

R = 50.43%
G = 23.05%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF505C (or 0xAF505C) is known color: Hippie Pink. HEX triplet: AF, 50 and 5C. RGB value is (175,80,92). Sum of RGB (Red+Green+Blue) = 175+80+92=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF505C is #50AFA3. Grayscale: #6D6D6D. Windows color (decimal): -5287844 or 6049967. OLE color: 6049967.

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

Color convert

RGB 175 80 92 -
CMYK 0 0.54 0.47 0.31
HSL 352.42º 0.37% 0.5% -
HSV(B) 352.42º 0.54% 0.69% -
XYZ 22.48 15.62 11.96 -
YUV 109.77 117.97 174.52 -
System Red Green Blue C M Y K H S L
Decimal 175 80 92 0 0.54 0.47 0.31 352.42 0.37 0.5
Hex AF 50 5C 0 36 2F 1F 160 25 32
Octal 257 120 134 0 66 57 37 540 45 62
Binary 10101111 1010000 1011100 0 110110 101111 11111 101100000 100101 110010

Color Harmonies of #AF505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF505C

Black with #AF505C

Text Example


Text Example

White with #AF505C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF505C; }

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

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

background-color css

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

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

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

border-color css

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

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

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