#AB618C

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

Shades of Strikemaster #AB618C

Tints of Strikemaster #AB618C

Color information

#AB618C (or 0xAB618C) is unknown color: approx Strikemaster. HEX triplet: AB, 61 and 8C. RGB value is (171,97,140). Sum of RGB (Red+Green+Blue) = 171+97+140=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB618C is #549E73. Grayscale: #7B7B7B. Windows color (decimal): -5545588 or 9200043. OLE color: 9200043.

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

Color convert

RGB17197140-
CMYK00.430.180.33
HSL325.14º30.58%52.55%-
HSV(B)325.14º43.27%67.06%-
XYZ25.819.127.14-
YUV124.03137.02161.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 97 (38.28% from 255) = 23.77%
BLUE value IS 140 (55.08% from 255) = 34.31%
R=41.91%
G=23.77%
B=34.31%

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
Decimal1719714000.430.180.33325.1430.5852.55
HexAB618C02B12211451f35
Octal25314121405322415053765
Binary1010101111000011000110001010111001010000110100010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB618C; }

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

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

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

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

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

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

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

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