#AD6190

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

Shades of Strikemaster #AD6190

Tints of Strikemaster #AD6190

Color information

#AD6190 (or 0xAD6190) is unknown color: approx Strikemaster. HEX triplet: AD, 61 and 90. RGB value is (173,97,144). Sum of RGB (Red+Green+Blue) = 173+97+144=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6190 is #529E6F. Grayscale: #7C7C7C. Windows color (decimal): -5414512 or 9462189. OLE color: 9462189.

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

Color convert

RGB17397144-
CMYK00.440.170.32
HSL322.89º31.67%52.94%-
HSV(B)322.89º43.93%67.84%-
XYZ26.5419.4528.74-
YUV125.08138.68162.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 144 (56.64% from 255) = 34.78%
R=41.79%
G=23.43%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739714400.440.170.32322.8931.6752.94
HexAD619002C11201432035
Octal25514122005421405034065
Binary10101101110000110010000010110010001100000101000011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6190; }

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

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

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

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

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

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

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

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