Html Css Color HEX #AB475A Hippie Pink

📋 copy color: '#AB475A'

red 171 ◦ green 71 ◦ blue 90

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

Shades of Hippie Pink #AB475A

Tints of Hippie Pink #AB475A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.11%

R = 51.51%
G = 21.39%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB475A (or 0xAB475A) is known color: Hippie Pink. HEX triplet: AB, 47 and 5A. RGB value is (171,71,90). Sum of RGB (Red+Green+Blue) = 171+71+90=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB475A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB475A is #54B8A5. Grayscale: #676767. Windows color (decimal): -5552294 or 5916587. OLE color: 5916587.

HSL color Cylindrical-coordinate representation of color #AB475A: hue angle of 348.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 #AB475A is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 71 90 -
CMYK 0 0.58 0.47 0.33
HSL 348.6º 0.41% 0.47% -
HSV(B) 348.6º 0.58% 0.67% -
XYZ 20.89 13.9 11.26 -
YUV 103.07 120.63 176.46 -
System Red Green Blue C M Y K H S L
Decimal 171 71 90 0 0.58 0.47 0.33 348.6 0.41 0.47
Hex AB 47 5A 0 3A 2F 21 15D 29 2F
Octal 253 107 132 0 72 57 41 535 51 57
Binary 10101011 1000111 1011010 0 111010 101111 100001 101011101 101001 101111

Color Harmonies of #AB475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB475A

Black with #AB475A

Text Example


Text Example

White with #AB475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB475A; }

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

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

background-color css

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

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

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

border-color css

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

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

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