#A0608D

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

Shades of Strikemaster #A0608D

Tints of Strikemaster #A0608D

Color information

#A0608D (or 0xA0608D) is unknown color: approx Strikemaster. HEX triplet: A0, 60 and 8D. RGB value is (160,96,141). Sum of RGB (Red+Green+Blue) = 160+96+141=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A0608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0608D is #5F9F72. Grayscale: #787878. Windows color (decimal): -6266739 or 9265312. OLE color: 9265312.

HSL color Cylindrical-coordinate representation of color #A0608D: hue angle of 317.81º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0608D is Cyan = 0, Magento = 0.4, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB16096141-
CMYK00.40.120.37
HSL317.81º25.2%50.2%-
HSV(B)317.81º40%62.75%-
XYZ23.4917.7627.39-
YUV120.27139.7156.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.30%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=40.30%
G=24.18%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609614100.40.120.37317.8125.250.2
HexA0608D028C2513e1932
Octal24014021505014454763162
Binary101000001100000100011010101000110010010110011111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0608D; }

 p { color: rgb(160,96,141); }

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

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

 a { background-color: rgb(160,96,141); }

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

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

 span { border-color: rgb(160,96,141); }

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