#A3508B

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

Shades of Strikemaster #A3508B

Tints of Strikemaster #A3508B

Color information

#A3508B (or 0xA3508B) is unknown color: approx Strikemaster. HEX triplet: A3, 50 and 8B. RGB value is (163,80,139). Sum of RGB (Red+Green+Blue) = 163+80+139=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A3508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3508B is #5CAF74. Grayscale: #6F6F6F. Windows color (decimal): -6074229 or 9130147. OLE color: 9130147.

HSL color Cylindrical-coordinate representation of color #A3508B: hue angle of 317.35º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3508B is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB16380139-
CMYK00.510.150.36
HSL317.35º34.16%47.65%-
HSV(B)317.35º50.92%63.92%-
XYZ22.6315.3926.2-
YUV111.54143.5164.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.67%
GREEN value IS 80 (31.64% from 255) = 20.94%
BLUE value IS 139 (54.69% from 255) = 36.39%
R=42.67%
G=20.94%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638013900.510.150.36317.3534.1647.65
HexA3508B033F2413d2230
Octal24312021306317444754260
Binary1010001110100001000101101100111111100100100111101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3508B; }

 p { color: rgb(163,80,139); }

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

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

 a { background-color: rgb(163,80,139); }

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

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

 span { border-color: rgb(163,80,139); }

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