#A35682

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

Shades of Strikemaster #A35682

Tints of Strikemaster #A35682

Color information

#A35682 (or 0xA35682) is unknown color: approx Strikemaster. HEX triplet: A3, 56 and 82. RGB value is (163,86,130). Sum of RGB (Red+Green+Blue) = 163+86+130=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A35682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35682 is #5CA97D. Grayscale: #717171. Windows color (decimal): -6072702 or 8541859. OLE color: 8541859.

HSL color Cylindrical-coordinate representation of color #A35682: hue angle of 325.71º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A35682 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB16386130-
CMYK00.470.200.36
HSL325.71º30.92%48.82%-
HSV(B)325.71º47.24%63.92%-
XYZ22.4616.0523.03-
YUV114.04137.01162.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.01%
GREEN value IS 86 (33.98% from 255) = 22.69%
BLUE value IS 130 (51.17% from 255) = 34.30%
R=43.01%
G=22.69%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638613000.470.200.36325.7130.9248.82
HexA3568202F14241461f31
Octal24312620205724445063761
Binary1010001110101101000001001011111010010010010100011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35682; }

 p { color: rgb(163,86,130); }

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

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

 a { background-color: rgb(163,86,130); }

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

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

 span { border-color: rgb(163,86,130); }

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