#AD5F91

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

Shades of Strikemaster #AD5F91

Tints of Strikemaster #AD5F91

Color information

#AD5F91 (or 0xAD5F91) is unknown color: approx Strikemaster. HEX triplet: AD, 5F and 91. RGB value is (173,95,145). Sum of RGB (Red+Green+Blue) = 173+95+145=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5F91 is #52A06E. Grayscale: #7B7B7B. Windows color (decimal): -5415023 or 9527213. OLE color: 9527213.

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

Color convert

RGB17395145-
CMYK00.450.160.32
HSL321.54º32.23%52.55%-
HSV(B)321.54º45.09%67.84%-
XYZ26.4419.1129.08-
YUV124.02139.84162.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.89%
GREEN value IS 95 (37.5% from 255) = 23.00%
BLUE value IS 145 (57.03% from 255) = 35.11%
R=41.89%
G=23.00%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739514500.450.160.32321.5432.2352.55
HexAD5F9102D10201422035
Octal25513722105520405024065
Binary10101101101111110010001010110110000100000101000010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5F91; }

 p { color: rgb(173,95,145); }

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

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

 a { background-color: rgb(173,95,145); }

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

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

 span { border-color: rgb(173,95,145); }

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