Html Css Color HEX #AB505E Hippie Pink

📋 copy color: '#AB505E'

red 171 ◦ green 80 ◦ blue 94

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

Shades of Hippie Pink #AB505E

Tints of Hippie Pink #AB505E

RGB

 RED value IS 171 (67.19% from 255) = 49.57%

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

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

R = 49.57%
G = 23.19%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB505E (or 0xAB505E) is known color: Hippie Pink. HEX triplet: AB, 50 and 5E. RGB value is (171,80,94). Sum of RGB (Red+Green+Blue) = 171+80+94=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB505E is #54AFA1. Grayscale: #6C6C6C. Windows color (decimal): -5549986 or 6181035. OLE color: 6181035.

HSL color Cylindrical-coordinate representation of color #AB505E: hue angle of 350.77º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB505E is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 80 94 -
CMYK 0 0.53 0.45 0.33
HSL 350.77º 0.36% 0.49% -
HSV(B) 350.77º 0.53% 0.67% -
XYZ 21.68 15.2 12.38 -
YUV 108.81 119.65 172.36 -
System Red Green Blue C M Y K H S L
Decimal 171 80 94 0 0.53 0.45 0.33 350.77 0.36 0.49
Hex AB 50 5E 0 35 2D 21 15F 24 31
Octal 253 120 136 0 65 55 41 537 44 61
Binary 10101011 1010000 1011110 0 110101 101101 100001 101011111 100100 110001

Color Harmonies of #AB505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB505E

Black with #AB505E

Text Example


Text Example

White with #AB505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB505E; }

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

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

background-color css

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

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

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

border-color css

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

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

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