#AB618E

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

Shades of Strikemaster #AB618E

Tints of Strikemaster #AB618E

Color information

#AB618E (or 0xAB618E) is unknown color: approx Strikemaster. HEX triplet: AB, 61 and 8E. RGB value is (171,97,142). Sum of RGB (Red+Green+Blue) = 171+97+142=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB618E is #549E71. Grayscale: #7C7C7C. Windows color (decimal): -5545586 or 9331115. OLE color: 9331115.

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

Color convert

RGB17197142-
CMYK00.430.170.33
HSL323.51º30.58%52.55%-
HSV(B)323.51º43.27%67.06%-
XYZ25.9519.1627.92-
YUV124.26138.02161.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.71%
GREEN value IS 97 (38.28% from 255) = 23.66%
BLUE value IS 142 (55.86% from 255) = 34.63%
R=41.71%
G=23.66%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719714200.430.170.33323.5130.5852.55
HexAB618E02B11211441f35
Octal25314121605321415043765
Binary1010101111000011000111001010111000110000110100010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB618E; }

 p { color: rgb(171,97,142); }

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

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

 a { background-color: rgb(171,97,142); }

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

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

 span { border-color: rgb(171,97,142); }

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