Html Css Color HEX #AB5162 Hippie Pink

📋 copy color: '#AB5162'

red 171 ◦ green 81 ◦ blue 98

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

Shades of Hippie Pink #AB5162

Tints of Hippie Pink #AB5162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28%

R = 48.86%
G = 23.14%
B = 28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB5162 (or 0xAB5162) is known color: Hippie Pink. HEX triplet: AB, 51 and 62. RGB value is (171,81,98). Sum of RGB (Red+Green+Blue) = 171+81+98=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5162 is #54AE9D. Grayscale: #6D6D6D. Windows color (decimal): -5549726 or 6443435. OLE color: 6443435.

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

Color convert

RGB 171 81 98 -
CMYK 0 0.53 0.43 0.33
HSL 348.67º 0.36% 0.49% -
HSV(B) 348.67º 0.53% 0.67% -
XYZ 21.94 15.42 13.38 -
YUV 109.85 121.32 171.62 -
System Red Green Blue C M Y K H S L
Decimal 171 81 98 0 0.53 0.43 0.33 348.67 0.36 0.49
Hex AB 51 62 0 35 2B 21 15D 24 31
Octal 253 121 142 0 65 53 41 535 44 61
Binary 10101011 1010001 1100010 0 110101 101011 100001 101011101 100100 110001

Color Harmonies of #AB5162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5162

Black with #AB5162

Text Example


Text Example

White with #AB5162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5162; }

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

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

background-color css

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

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

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

border-color css

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

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

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