#AB628D

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

Shades of Strikemaster #AB628D

Tints of Strikemaster #AB628D

Color information

#AB628D (or 0xAB628D) is unknown color: approx Strikemaster. HEX triplet: AB, 62 and 8D. RGB value is (171,98,141). Sum of RGB (Red+Green+Blue) = 171+98+141=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB628D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB628D is #549D72. Grayscale: #7C7C7C. Windows color (decimal): -5545331 or 9265835. OLE color: 9265835.

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

Color convert

RGB17198141-
CMYK00.430.180.33
HSL324.66º30.29%52.75%-
HSV(B)324.66º42.69%67.06%-
XYZ25.9719.3227.56-
YUV124.73137.18161-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.71%
GREEN value IS 98 (38.67% from 255) = 23.90%
BLUE value IS 141 (55.47% from 255) = 34.39%
R=41.71%
G=23.90%
B=34.39%

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
Decimal1719814100.430.180.33324.6630.2952.75
HexAB628D02B12211451e35
Octal25314221505322415053665
Binary1010101111000101000110101010111001010000110100010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB628D; }

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

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

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

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

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

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

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

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