Html Css Color HEX #AB445F Hippie Pink

📋 copy color: '#AB445F'

red 171 ◦ green 68 ◦ blue 95

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

Shades of Hippie Pink #AB445F

Tints of Hippie Pink #AB445F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.36%

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

R = 51.2%
G = 20.36%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB445F (or 0xAB445F) is known color: Hippie Pink. HEX triplet: AB, 44 and 5F. RGB value is (171,68,95). Sum of RGB (Red+Green+Blue) = 171+68+95=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB445F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB445F is #54BBA0. Grayscale: #656565. Windows color (decimal): -5553057 or 6243499. OLE color: 6243499.

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

Color convert

RGB 171 68 95 -
CMYK 0 0.60 0.44 0.33
HSL 344.27º 0.43% 0.47% -
HSV(B) 344.27º 0.6% 0.67% -
XYZ 20.93 13.62 12.35 -
YUV 101.88 124.12 177.3 -
System Red Green Blue C M Y K H S L
Decimal 171 68 95 0 0.60 0.44 0.33 344.27 0.43 0.47
Hex AB 44 5F 0 3C 2C 21 158 2B 2F
Octal 253 104 137 0 74 54 41 530 53 57
Binary 10101011 1000100 1011111 0 111100 101100 100001 101011000 101011 101111

Color Harmonies of #AB445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB445F

Black with #AB445F

Text Example


Text Example

White with #AB445F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB445F; }

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

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

background-color css

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

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

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

border-color css

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

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

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