#AB678D

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

Shades of Strikemaster #AB678D

Tints of Strikemaster #AB678D

Color information

#AB678D (or 0xAB678D) is unknown color: approx Strikemaster. HEX triplet: AB, 67 and 8D. RGB value is (171,103,141). Sum of RGB (Red+Green+Blue) = 171+103+141=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB678D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB678D is #549872. Grayscale: #7F7F7F. Windows color (decimal): -5544051 or 9267115. OLE color: 9267115.

HSL color Cylindrical-coordinate representation of color #AB678D: hue angle of 326.47º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB678D is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB171103141-
CMYK00.400.180.33
HSL326.47º28.81%53.73%-
HSV(B)326.47º39.77%67.06%-
XYZ26.4520.2827.72-
YUV127.66135.53158.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.20%
GREEN value IS 103 (40.62% from 255) = 24.82%
BLUE value IS 141 (55.47% from 255) = 33.98%
R=41.20%
G=24.82%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110314100.400.180.33326.4728.8153.73
HexAB678D02812211461d36
Octal25314721505022415063566
Binary1010101111001111000110101010001001010000110100011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB678D; }

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

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

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

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

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

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

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

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