Html Css Color HEX #AB515B Hippie Pink

📋 copy color: '#AB515B'

red 171 ◦ green 81 ◦ blue 91

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

Shades of Hippie Pink #AB515B

Tints of Hippie Pink #AB515B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.62%

 BLUE value IS 91 (35.94% from 255) = 26.53%

R = 49.85%
G = 23.62%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB515B (or 0xAB515B) is known color: Hippie Pink. HEX triplet: AB, 51 and 5B. RGB value is (171,81,91). Sum of RGB (Red+Green+Blue) = 171+81+91=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB515B is #54AEA4. Grayscale: #6D6D6D. Windows color (decimal): -5549733 or 5984683. OLE color: 5984683.

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

Color convert

RGB 171 81 91 -
CMYK 0 0.53 0.47 0.33
HSL 353.33º 0.36% 0.49% -
HSV(B) 353.33º 0.53% 0.67% -
XYZ 21.63 15.3 11.71 -
YUV 109.05 117.82 172.19 -
System Red Green Blue C M Y K H S L
Decimal 171 81 91 0 0.53 0.47 0.33 353.33 0.36 0.49
Hex AB 51 5B 0 35 2F 21 161 24 31
Octal 253 121 133 0 65 57 41 541 44 61
Binary 10101011 1010001 1011011 0 110101 101111 100001 101100001 100100 110001

Color Harmonies of #AB515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB515B

Black with #AB515B

Text Example


Text Example

White with #AB515B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB515B; }

 p { color: rgb(171,81,91); }

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

background-color css

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

 a { background-color: rgb(171,81,91); }

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

border-color css

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

 span { border-color: rgb(171,81,91); }

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