Html Css Color HEX #AF505D Hippie Pink

📋 copy color: '#AF505D'

red 175 ◦ green 80 ◦ blue 93

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

Shades of Hippie Pink #AF505D

Tints of Hippie Pink #AF505D

RGB

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

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

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

R = 50.29%
G = 22.99%
B = 26.72%

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

#AF505D (or 0xAF505D) is known color: Hippie Pink. HEX triplet: AF, 50 and 5D. RGB value is (175,80,93). Sum of RGB (Red+Green+Blue) = 175+80+93=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF505D is #50AFA2. Grayscale: #6D6D6D. Windows color (decimal): -5287843 or 6115503. OLE color: 6115503.

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

Color convert

RGB 175 80 93 -
CMYK 0 0.54 0.47 0.31
HSL 351.79º 0.37% 0.5% -
HSV(B) 351.79º 0.54% 0.69% -
XYZ 22.52 15.64 12.19 -
YUV 109.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 175 80 93 0 0.54 0.47 0.31 351.79 0.37 0.5
Hex AF 50 5D 0 36 2F 1F 160 25 32
Octal 257 120 135 0 66 57 37 540 45 62
Binary 10101111 1010000 1011101 0 110110 101111 11111 101100000 100101 110010

Color Harmonies of #AF505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF505D

Black with #AF505D

Text Example


Text Example

White with #AF505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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