#AB608C

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

Shades of Strikemaster #AB608C

Tints of Strikemaster #AB608C

Color information

#AB608C (or 0xAB608C) is unknown color: approx Strikemaster. HEX triplet: AB, 60 and 8C. RGB value is (171,96,140). Sum of RGB (Red+Green+Blue) = 171+96+140=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB608C is #549F73. Grayscale: #7B7B7B. Windows color (decimal): -5545844 or 9199787. OLE color: 9199787.

HSL color Cylindrical-coordinate representation of color #AB608C: hue angle of 324.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB608C is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB17196140-
CMYK00.440.180.33
HSL324.8º30.86%52.35%-
HSV(B)324.8º43.86%67.06%-
XYZ25.7118.9227.11-
YUV123.44137.35161.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.01%
GREEN value IS 96 (37.89% from 255) = 23.59%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=42.01%
G=23.59%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719614000.440.180.33324.830.8652.35
HexAB608C02C12211451f34
Octal25314021405422415053764
Binary1010101111000001000110001011001001010000110100010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB608C; }

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

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

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

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

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

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

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

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