Html Css Color HEX #AB5988 Strikemaster

📋 copy color: '#AB5988'

red 171 ◦ green 89 ◦ blue 136

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

Shades of Strikemaster #AB5988

Tints of Strikemaster #AB5988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.47%

 BLUE value IS 136 (53.52% from 255) = 34.34%

R = 43.18%
G = 22.47%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AB5988 (or 0xAB5988) is known color: Strikemaster. HEX triplet: AB, 59 and 88. RGB value is (171,89,136). Sum of RGB (Red+Green+Blue) = 171+89+136=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5988 is #54A677. Grayscale: #767676. Windows color (decimal): -5547640 or 8935851. OLE color: 8935851.

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

Color convert

RGB 171 89 136 -
CMYK 0 0.48 0.20 0.33
HSL 325.61º 0.33% 0.51% -
HSV(B) 325.61º 0.48% 0.67% -
XYZ 24.81 17.58 25.38 -
YUV 118.88 137.67 165.18 -
System Red Green Blue C M Y K H S L
Decimal 171 89 136 0 0.48 0.20 0.33 325.61 0.33 0.51
Hex AB 59 88 0 30 14 21 146 21 33
Octal 253 131 210 0 60 24 41 506 41 63
Binary 10101011 1011001 10001000 0 110000 10100 100001 101000110 100001 110011

Color Harmonies of #AB5988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5988

Black with #AB5988

Text Example


Text Example

White with #AB5988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5988; }

 p { color: rgb(171,89,136); }

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

background-color css

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

 a { background-color: rgb(171,89,136); }

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

border-color css

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

 span { border-color: rgb(171,89,136); }

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