Html Css Color HEX #AB4255 Hippie Pink

📋 copy color: '#AB4255'

red 171 ◦ green 66 ◦ blue 85

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

Shades of Hippie Pink #AB4255

Tints of Hippie Pink #AB4255

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.5%

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

R = 53.11%
G = 20.5%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB4255 (or 0xAB4255) is known color: Hippie Pink. HEX triplet: AB, 42 and 55. RGB value is (171,66,85). Sum of RGB (Red+Green+Blue) = 171+66+85=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4255 is #54BDAA. Grayscale: #636363. Windows color (decimal): -5553579 or 5587627. OLE color: 5587627.

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

Color convert

RGB 171 66 85 -
CMYK 0 0.61 0.50 0.33
HSL 349.14º 0.44% 0.46% -
HSV(B) 349.14º 0.61% 0.67% -
XYZ 20.38 13.21 10.07 -
YUV 99.56 119.79 178.96 -
System Red Green Blue C M Y K H S L
Decimal 171 66 85 0 0.61 0.50 0.33 349.14 0.44 0.46
Hex AB 42 55 0 3D 32 21 15D 2C 2E
Octal 253 102 125 0 75 62 41 535 54 56
Binary 10101011 1000010 1010101 0 111101 110010 100001 101011101 101100 101110

Color Harmonies of #AB4255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4255

Black with #AB4255

Text Example


Text Example

White with #AB4255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4255; }

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

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

background-color css

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

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

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

border-color css

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

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

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