Html Css Color HEX #AB4F5C Hippie Pink

📋 copy color: '#AB4F5C'

red 171 ◦ green 79 ◦ blue 92

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

Shades of Hippie Pink #AB4F5C

Tints of Hippie Pink #AB4F5C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.1%

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

R = 50%
G = 23.1%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB4F5C (or 0xAB4F5C) is known color: Hippie Pink. HEX triplet: AB, 4F and 5C. RGB value is (171,79,92). Sum of RGB (Red+Green+Blue) = 171+79+92=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4F5C is #54B0A3. Grayscale: #6C6C6C. Windows color (decimal): -5550244 or 6049707. OLE color: 6049707.

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

Color convert

RGB 171 79 92 -
CMYK 0 0.54 0.46 0.33
HSL 351.52º 0.37% 0.49% -
HSV(B) 351.52º 0.54% 0.67% -
XYZ 21.52 15.02 11.89 -
YUV 107.99 118.98 172.94 -
System Red Green Blue C M Y K H S L
Decimal 171 79 92 0 0.54 0.46 0.33 351.52 0.37 0.49
Hex AB 4F 5C 0 36 2E 21 160 25 31
Octal 253 117 134 0 66 56 41 540 45 61
Binary 10101011 1001111 1011100 0 110110 101110 100001 101100000 100101 110001

Color Harmonies of #AB4F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4F5C

Black with #AB4F5C

Text Example


Text Example

White with #AB4F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4F5C; }

 p { color: rgb(171,79,92); }

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

background-color css

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

 a { background-color: rgb(171,79,92); }

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

border-color css

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

 span { border-color: rgb(171,79,92); }

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