#AD618D

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

Shades of Strikemaster #AD618D

Tints of Strikemaster #AD618D

Color information

#AD618D (or 0xAD618D) is unknown color: approx Strikemaster. HEX triplet: AD, 61 and 8D. RGB value is (173,97,141). Sum of RGB (Red+Green+Blue) = 173+97+141=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD618D is #529E72. Grayscale: #7C7C7C. Windows color (decimal): -5414515 or 9265581. OLE color: 9265581.

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

Color convert

RGB17397141-
CMYK00.440.180.32
HSL325.26º31.67%52.94%-
HSV(B)325.26º43.93%67.84%-
XYZ26.3219.3627.55-
YUV124.74137.18162.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.09%
GREEN value IS 97 (38.28% from 255) = 23.60%
BLUE value IS 141 (55.47% from 255) = 34.31%
R=42.09%
G=23.60%
B=34.31%

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
Decimal1739714100.440.180.32325.2631.6752.94
HexAD618D02C12201452035
Octal25514121505422405054065
Binary10101101110000110001101010110010010100000101000101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD618D; }

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

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

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

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

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

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

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

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