#A0607B

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

Shades of Strikemaster #A0607B

Tints of Strikemaster #A0607B

Color information

#A0607B (or 0xA0607B) is unknown color: approx Strikemaster. HEX triplet: A0, 60 and 7B. RGB value is (160,96,123). Sum of RGB (Red+Green+Blue) = 160+96+123=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A0607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0607B is #5F9F84. Grayscale: #767676. Windows color (decimal): -6266757 or 8085664. OLE color: 8085664.

HSL color Cylindrical-coordinate representation of color #A0607B: hue angle of 334.69º 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 #A0607B is Cyan = 0, Magento = 0.4, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB16096123-
CMYK00.40.230.37
HSL334.69º25.2%50.2%-
HSV(B)334.69º40%62.75%-
XYZ22.2617.2720.9-
YUV118.21130.7157.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.22%
GREEN value IS 96 (37.89% from 255) = 25.33%
BLUE value IS 123 (48.44% from 255) = 32.45%
R=42.22%
G=25.33%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609612300.40.230.37334.6925.250.2
HexA0607B028172514f1932
Octal24014017305027455173162
Binary101000001100000111101101010001011110010110100111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0607B; }

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

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

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

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

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

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

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

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