Html Css Color HEX #AB495D Hippie Pink

📋 copy color: '#AB495D'

red 171 ◦ green 73 ◦ blue 93

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

Shades of Hippie Pink #AB495D

Tints of Hippie Pink #AB495D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.66%

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

R = 50.74%
G = 21.66%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB495D (or 0xAB495D) is known color: Hippie Pink. HEX triplet: AB, 49 and 5D. RGB value is (171,73,93). Sum of RGB (Red+Green+Blue) = 171+73+93=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB495D is #54B6A2. Grayscale: #686868. Windows color (decimal): -5551779 or 6113707. OLE color: 6113707.

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

Color convert

RGB 171 73 93 -
CMYK 0 0.57 0.46 0.33
HSL 347.76º 0.4% 0.48% -
HSV(B) 347.76º 0.57% 0.67% -
XYZ 21.15 14.21 11.98 -
YUV 104.58 121.47 175.37 -
System Red Green Blue C M Y K H S L
Decimal 171 73 93 0 0.57 0.46 0.33 347.76 0.4 0.48
Hex AB 49 5D 0 39 2E 21 15C 28 30
Octal 253 111 135 0 71 56 41 534 50 60
Binary 10101011 1001001 1011101 0 111001 101110 100001 101011100 101000 110000

Color Harmonies of #AB495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB495D

Black with #AB495D

Text Example


Text Example

White with #AB495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB495D; }

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

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

background-color css

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

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

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

border-color css

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

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

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