#A0628A

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

Shades of Strikemaster #A0628A

Tints of Strikemaster #A0628A

Color information

#A0628A (or 0xA0628A) is unknown color: approx Strikemaster. HEX triplet: A0, 62 and 8A. RGB value is (160,98,138). Sum of RGB (Red+Green+Blue) = 160+98+138=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A0628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0628A is #5F9D75. Grayscale: #797979. Windows color (decimal): -6266230 or 9069216. OLE color: 9069216.

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

Color convert

RGB16098138-
CMYK00.390.140.37
HSL321.29º24.6%50.59%-
HSV(B)321.29º38.75%62.75%-
XYZ23.4518.0426.29-
YUV121.1137.54155.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.40%
GREEN value IS 98 (38.67% from 255) = 24.75%
BLUE value IS 138 (54.30% from 255) = 34.85%
R=40.40%
G=24.75%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609813800.390.140.37321.2924.650.59
HexA0628A027E251411933
Octal24014221204716455013163
Binary101000001100010100010100100111111010010110100000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0628A; }

 p { color: rgb(160,98,138); }

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

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

 a { background-color: rgb(160,98,138); }

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

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

 span { border-color: rgb(160,98,138); }

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