#AB6290

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

Shades of Strikemaster #AB6290

Tints of Strikemaster #AB6290

Color information

#AB6290 (or 0xAB6290) is unknown color: approx Strikemaster. HEX triplet: AB, 62 and 90. RGB value is (171,98,144). Sum of RGB (Red+Green+Blue) = 171+98+144=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6290 is #549D6F. Grayscale: #7C7C7C. Windows color (decimal): -5545328 or 9462443. OLE color: 9462443.

HSL color Cylindrical-coordinate representation of color #AB6290: hue angle of 322.19º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB6290 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB17198144-
CMYK00.430.160.33
HSL322.19º30.29%52.75%-
HSV(B)322.19º42.69%67.06%-
XYZ26.219.4128.75-
YUV125.07138.68160.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.40%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 144 (56.64% from 255) = 34.87%
R=41.40%
G=23.73%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719814400.430.160.33322.1930.2952.75
HexAB629002B10211421e35
Octal25314222005320415023665
Binary1010101111000101001000001010111000010000110100001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6290; }

 p { color: rgb(171,98,144); }

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

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

 a { background-color: rgb(171,98,144); }

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

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

 span { border-color: rgb(171,98,144); }

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