#AB628C

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

Shades of Strikemaster #AB628C

Tints of Strikemaster #AB628C

Color information

#AB628C (or 0xAB628C) is unknown color: approx Strikemaster. HEX triplet: AB, 62 and 8C. RGB value is (171,98,140). Sum of RGB (Red+Green+Blue) = 171+98+140=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB628C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB628C is #549D73. Grayscale: #7C7C7C. Windows color (decimal): -5545332 or 9200299. OLE color: 9200299.

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

Color convert

RGB17198140-
CMYK00.430.180.33
HSL325.48º30.29%52.75%-
HSV(B)325.48º42.69%67.06%-
XYZ25.919.2927.17-
YUV124.62136.68161.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.81%
GREEN value IS 98 (38.67% from 255) = 23.96%
BLUE value IS 140 (55.08% from 255) = 34.23%
R=41.81%
G=23.96%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719814000.430.180.33325.4830.2952.75
HexAB628C02B12211451e35
Octal25314221405322415053665
Binary1010101111000101000110001010111001010000110100010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB628C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB628C; }

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

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

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

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

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

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

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

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