#AD608C

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

Shades of Strikemaster #AD608C

Tints of Strikemaster #AD608C

Color information

#AD608C (or 0xAD608C) is unknown color: approx Strikemaster. HEX triplet: AD, 60 and 8C. RGB value is (173,96,140). Sum of RGB (Red+Green+Blue) = 173+96+140=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD608C is #529F73. Grayscale: #7B7B7B. Windows color (decimal): -5414772 or 9199789. OLE color: 9199789.

HSL color Cylindrical-coordinate representation of color #AD608C: hue angle of 325.71º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD608C is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB17396140-
CMYK00.450.190.32
HSL325.71º31.95%52.75%-
HSV(B)325.71º44.51%67.84%-
XYZ26.1519.1427.13-
YUV124.04137.01162.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.30%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 140 (55.08% from 255) = 34.23%
R=42.30%
G=23.47%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739614000.450.190.32325.7131.9552.75
HexAD608C02D13201462035
Octal25514021405523405064065
Binary10101101110000010001100010110110011100000101000110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD608C; }

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

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

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

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

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

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

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

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