Html Css Color HEX #AB4C5D Hippie Pink

📋 copy color: '#AB4C5D'

red 171 ◦ green 76 ◦ blue 93

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

Shades of Hippie Pink #AB4C5D

Tints of Hippie Pink #AB4C5D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.35%

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

R = 50.29%
G = 22.35%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB4C5D (or 0xAB4C5D) is known color: Hippie Pink. HEX triplet: AB, 4C and 5D. RGB value is (171,76,93). Sum of RGB (Red+Green+Blue) = 171+76+93=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4C5D is #54B3A2. Grayscale: #6A6A6A. Windows color (decimal): -5551011 or 6114475. OLE color: 6114475.

HSL color Cylindrical-coordinate representation of color #AB4C5D: hue angle of 349.26º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB4C5D is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 76 93 -
CMYK 0 0.56 0.46 0.33
HSL 349.26º 0.38% 0.48% -
HSV(B) 349.26º 0.56% 0.67% -
XYZ 21.35 14.62 12.05 -
YUV 106.34 120.47 174.12 -
System Red Green Blue C M Y K H S L
Decimal 171 76 93 0 0.56 0.46 0.33 349.26 0.38 0.48
Hex AB 4C 5D 0 38 2E 21 15D 26 30
Octal 253 114 135 0 70 56 41 535 46 60
Binary 10101011 1001100 1011101 0 111000 101110 100001 101011101 100110 110000

Color Harmonies of #AB4C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4C5D

Black with #AB4C5D

Text Example


Text Example

White with #AB4C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4C5D; }

 p { color: rgb(171,76,93); }

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

background-color css

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

 a { background-color: rgb(171,76,93); }

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

border-color css

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

 span { border-color: rgb(171,76,93); }

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