Html Css Color HEX #AB4455 Hippie Pink

📋 copy color: '#AB4455'

red 171 ◦ green 68 ◦ blue 85

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

Shades of Hippie Pink #AB4455

Tints of Hippie Pink #AB4455

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.99%

 BLUE value IS 85 (33.59% from 255) = 26.23%

R = 52.78%
G = 20.99%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB4455 (or 0xAB4455) is known color: Hippie Pink. HEX triplet: AB, 44 and 55. RGB value is (171,68,85). Sum of RGB (Red+Green+Blue) = 171+68+85=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4455 is #54BBAA. Grayscale: #646464. Windows color (decimal): -5553067 or 5588139. OLE color: 5588139.

HSL color Cylindrical-coordinate representation of color #AB4455: hue angle of 350.1º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4455 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 68 85 -
CMYK 0 0.60 0.50 0.33
HSL 350.1º 0.43% 0.47% -
HSV(B) 350.1º 0.6% 0.67% -
XYZ 20.5 13.45 10.11 -
YUV 100.74 119.12 178.12 -
System Red Green Blue C M Y K H S L
Decimal 171 68 85 0 0.60 0.50 0.33 350.1 0.43 0.47
Hex AB 44 55 0 3C 32 21 15E 2B 2F
Octal 253 104 125 0 74 62 41 536 53 57
Binary 10101011 1000100 1010101 0 111100 110010 100001 101011110 101011 101111

Color Harmonies of #AB4455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4455

Black with #AB4455

Text Example


Text Example

White with #AB4455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4455; }

 p { color: rgb(171,68,85); }

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

background-color css

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

 a { background-color: rgb(171,68,85); }

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

border-color css

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

 span { border-color: rgb(171,68,85); }

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