Html Css Color HEX #AB6089 Strikemaster

📋 copy color: '#AB6089'

red 171 ◦ green 96 ◦ blue 137

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

Shades of Strikemaster #AB6089

Tints of Strikemaster #AB6089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.76%

 BLUE value IS 137 (53.91% from 255) = 33.91%

R = 42.33%
G = 23.76%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AB6089 (or 0xAB6089) is known color: Strikemaster. HEX triplet: AB, 60 and 89. RGB value is (171,96,137). Sum of RGB (Red+Green+Blue) = 171+96+137=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6089 is #549F76. Grayscale: #7B7B7B. Windows color (decimal): -5545847 or 9003179. OLE color: 9003179.

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

Color convert

RGB 171 96 137 -
CMYK 0 0.44 0.20 0.33
HSL 327.2º 0.31% 0.52% -
HSV(B) 327.2º 0.44% 0.67% -
XYZ 25.49 18.83 25.96 -
YUV 123.1 135.85 162.17 -
System Red Green Blue C M Y K H S L
Decimal 171 96 137 0 0.44 0.20 0.33 327.2 0.31 0.52
Hex AB 60 89 0 2C 14 21 147 1F 34
Octal 253 140 211 0 54 24 41 507 37 64
Binary 10101011 1100000 10001001 0 101100 10100 100001 101000111 11111 110100

Color Harmonies of #AB6089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6089

Black with #AB6089

Text Example


Text Example

White with #AB6089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6089; }

 p { color: rgb(171,96,137); }

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

background-color css

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

 a { background-color: rgb(171,96,137); }

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

border-color css

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

 span { border-color: rgb(171,96,137); }

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