#AB628A

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

Shades of Strikemaster #AB628A

Tints of Strikemaster #AB628A

Color information

#AB628A (or 0xAB628A) is unknown color: approx Strikemaster. HEX triplet: AB, 62 and 8A. RGB value is (171,98,138). Sum of RGB (Red+Green+Blue) = 171+98+138=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB628A is #549D75. Grayscale: #7C7C7C. Windows color (decimal): -5545334 or 9069227. OLE color: 9069227.

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

Color convert

RGB17198138-
CMYK00.430.190.33
HSL327.12º30.29%52.75%-
HSV(B)327.12º42.69%67.06%-
XYZ25.7519.2326.4-
YUV124.39135.68161.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.01%
GREEN value IS 98 (38.67% from 255) = 24.08%
BLUE value IS 138 (54.30% from 255) = 33.91%
R=42.01%
G=24.08%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719813800.430.190.33327.1230.2952.75
HexAB628A02B13211471e35
Octal25314221205323415073665
Binary1010101111000101000101001010111001110000110100011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB628A; }

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

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

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

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

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

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

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

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