Html Css Color HEX #AB4058 Hippie Pink

📋 copy color: '#AB4058'

red 171 ◦ green 64 ◦ blue 88

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

Shades of Hippie Pink #AB4058

Tints of Hippie Pink #AB4058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.81%

 BLUE value IS 88 (34.77% from 255) = 27.24%

R = 52.94%
G = 19.81%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB4058 (or 0xAB4058) is known color: Hippie Pink. HEX triplet: AB, 40 and 58. RGB value is (171,64,88). Sum of RGB (Red+Green+Blue) = 171+64+88=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4058 is #54BFA7. Grayscale: #626262. Windows color (decimal): -5554088 or 5783723. OLE color: 5783723.

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

Color convert

RGB 171 64 88 -
CMYK 0 0.63 0.49 0.33
HSL 346.54º 0.46% 0.46% -
HSV(B) 346.54º 0.63% 0.67% -
XYZ 20.39 13.03 10.67 -
YUV 98.73 121.95 179.55 -
System Red Green Blue C M Y K H S L
Decimal 171 64 88 0 0.63 0.49 0.33 346.54 0.46 0.46
Hex AB 40 58 0 3F 31 21 15B 2E 2E
Octal 253 100 130 0 77 61 41 533 56 56
Binary 10101011 1000000 1011000 0 111111 110001 100001 101011011 101110 101110

Color Harmonies of #AB4058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4058

Black with #AB4058

Text Example


Text Example

White with #AB4058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4058; }

 p { color: rgb(171,64,88); }

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

background-color css

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

 a { background-color: rgb(171,64,88); }

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

border-color css

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

 span { border-color: rgb(171,64,88); }

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