#A3638A

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

Shades of Strikemaster #A3638A

Tints of Strikemaster #A3638A

Color information

#A3638A (or 0xA3638A) is unknown color: approx Strikemaster. HEX triplet: A3, 63 and 8A. RGB value is (163,99,138). Sum of RGB (Red+Green+Blue) = 163+99+138=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A3638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3638A is #5C9C75. Grayscale: #7A7A7A. Windows color (decimal): -6069366 or 9069475. OLE color: 9069475.

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

Color convert

RGB16399138-
CMYK00.390.150.36
HSL323.44º25.81%51.37%-
HSV(B)323.44º39.26%63.92%-
XYZ24.1518.5526.35-
YUV122.58136.7156.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.75%
GREEN value IS 99 (39.06% from 255) = 24.75%
BLUE value IS 138 (54.30% from 255) = 34.5%
R=40.75%
G=24.75%
B=34.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639913800.390.150.36323.4425.8151.37
HexA3638A027F241431a33
Octal24314321204717445033263
Binary101000111100011100010100100111111110010010100001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3638A; }

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

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

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

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

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

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

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

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