#AD618E

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

Shades of Strikemaster #AD618E

Tints of Strikemaster #AD618E

Color information

#AD618E (or 0xAD618E) is unknown color: approx Strikemaster. HEX triplet: AD, 61 and 8E. RGB value is (173,97,142). Sum of RGB (Red+Green+Blue) = 173+97+142=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD618E is #529E71. Grayscale: #7C7C7C. Windows color (decimal): -5414514 or 9331117. OLE color: 9331117.

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

Color convert

RGB17397142-
CMYK00.440.180.32
HSL324.47º31.67%52.94%-
HSV(B)324.47º43.93%67.84%-
XYZ26.3919.3927.94-
YUV124.85137.68162.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.99%
GREEN value IS 97 (38.28% from 255) = 23.54%
BLUE value IS 142 (55.86% from 255) = 34.47%
R=41.99%
G=23.54%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739714200.440.180.32324.4731.6752.94
HexAD618E02C12201442035
Octal25514121605422405044065
Binary10101101110000110001110010110010010100000101000100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD618E; }

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

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

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

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

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

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

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

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