#AD608E

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

Shades of Strikemaster #AD608E

Tints of Strikemaster #AD608E

Color information

#AD608E (or 0xAD608E) is unknown color: approx Strikemaster. HEX triplet: AD, 60 and 8E. RGB value is (173,96,142). Sum of RGB (Red+Green+Blue) = 173+96+142=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD608E is #529F71. Grayscale: #7C7C7C. Windows color (decimal): -5414770 or 9330861. OLE color: 9330861.

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

Color convert

RGB17396142-
CMYK00.450.180.32
HSL324.16º31.95%52.75%-
HSV(B)324.16º44.51%67.84%-
XYZ26.319.227.91-
YUV124.27138.01162.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.09%
GREEN value IS 96 (37.89% from 255) = 23.36%
BLUE value IS 142 (55.86% from 255) = 34.55%
R=42.09%
G=23.36%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739614200.450.180.32324.1631.9552.75
HexAD608E02D12201442035
Octal25514021605522405044065
Binary10101101110000010001110010110110010100000101000100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD608E; }

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

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

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

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

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

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

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

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