#A3508A

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

Shades of Strikemaster #A3508A

Tints of Strikemaster #A3508A

Color information

#A3508A (or 0xA3508A) is unknown color: approx Strikemaster. HEX triplet: A3, 50 and 8A. RGB value is (163,80,138). Sum of RGB (Red+Green+Blue) = 163+80+138=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A3508A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3508A is #5CAF75. Grayscale: #6F6F6F. Windows color (decimal): -6074230 or 9064611. OLE color: 9064611.

HSL color Cylindrical-coordinate representation of color #A3508A: hue angle of 318.07º 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 #A3508A is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB16380138-
CMYK00.510.150.36
HSL318.07º34.16%47.65%-
HSV(B)318.07º50.92%63.92%-
XYZ22.5615.3625.82-
YUV111.43143164.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.78%
GREEN value IS 80 (31.64% from 255) = 21.00%
BLUE value IS 138 (54.30% from 255) = 36.22%
R=42.78%
G=21.00%
B=36.22%

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
Decimal1638013800.510.150.36318.0734.1647.65
HexA3508A033F2413e2230
Octal24312021206317444764260
Binary1010001110100001000101001100111111100100100111110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3508A; }

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

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

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

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

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

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

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

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