#AB6091

Color #AB6091 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #AB6091

Tints of Strikemaster #AB6091

Color information

#AB6091 (or 0xAB6091) is unknown color: approx Strikemaster. HEX triplet: AB, 60 and 91. RGB value is (171,96,145). Sum of RGB (Red+Green+Blue) = 171+96+145=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6091 is #549F6E. Grayscale: #7B7B7B. Windows color (decimal): -5545839 or 9527467. OLE color: 9527467.

HSL color Cylindrical-coordinate representation of color #AB6091: hue angle of 320.8º 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 #AB6091 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB17196145-
CMYK00.440.150.33
HSL320.8º30.86%52.35%-
HSV(B)320.8º43.86%67.06%-
XYZ26.0919.0729.09-
YUV124.01139.85161.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.50%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 145 (57.03% from 255) = 35.19%
R=41.50%
G=23.30%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719614500.440.150.33320.830.8652.35
HexAB609102CF211411f34
Octal25314022105417415013764
Binary101010111100000100100010101100111110000110100000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6091; }

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

 H1.HeaderClassName
 {
   color: #AB6091;
 }
 .AnyTagClassName
 {
   color: #AB6091;
 }
</style>
background-color css

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

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

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

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

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

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