#AB668C

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

Shades of Strikemaster #AB668C

Tints of Strikemaster #AB668C

Color information

#AB668C (or 0xAB668C) is unknown color: approx Strikemaster. HEX triplet: AB, 66 and 8C. RGB value is (171,102,140). Sum of RGB (Red+Green+Blue) = 171+102+140=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB668C is #549973. Grayscale: #7E7E7E. Windows color (decimal): -5544308 or 9201323. OLE color: 9201323.

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

Color convert

RGB171102140-
CMYK00.400.180.33
HSL326.96º29.11%53.53%-
HSV(B)326.96º40.35%67.06%-
XYZ26.2820.0527.3-
YUV126.96135.36159.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.40%
GREEN value IS 102 (40.23% from 255) = 24.70%
BLUE value IS 140 (55.08% from 255) = 33.90%
R=41.40%
G=24.70%
B=33.90%

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
Decimal17110214000.400.180.33326.9629.1153.53
HexAB668C02812211471d36
Octal25314621405022415073566
Binary1010101111001101000110001010001001010000110100011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB668C; }

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

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

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

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

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

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

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

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