Html Css Color HEX #AB475F Hippie Pink

📋 copy color: '#AB475F'

red 171 ◦ green 71 ◦ blue 95

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

Shades of Hippie Pink #AB475F

Tints of Hippie Pink #AB475F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.07%

 BLUE value IS 95 (37.5% from 255) = 28.19%

R = 50.74%
G = 21.07%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB475F (or 0xAB475F) is known color: Hippie Pink. HEX triplet: AB, 47 and 5F. RGB value is (171,71,95). Sum of RGB (Red+Green+Blue) = 171+71+95=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB475F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB475F is #54B8A0. Grayscale: #676767. Windows color (decimal): -5552289 or 6244267. OLE color: 6244267.

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

Color convert

RGB 171 71 95 -
CMYK 0 0.58 0.44 0.33
HSL 345.6º 0.41% 0.47% -
HSV(B) 345.6º 0.58% 0.67% -
XYZ 21.11 13.99 12.41 -
YUV 103.64 123.13 176.05 -
System Red Green Blue C M Y K H S L
Decimal 171 71 95 0 0.58 0.44 0.33 345.6 0.41 0.47
Hex AB 47 5F 0 3A 2C 21 15A 29 2F
Octal 253 107 137 0 72 54 41 532 51 57
Binary 10101011 1000111 1011111 0 111010 101100 100001 101011010 101001 101111

Color Harmonies of #AB475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB475F

Black with #AB475F

Text Example


Text Example

White with #AB475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB475F; }

 p { color: rgb(171,71,95); }

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

background-color css

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

 a { background-color: rgb(171,71,95); }

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

border-color css

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

 span { border-color: rgb(171,71,95); }

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