#A35C8A

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

Shades of Strikemaster #A35C8A

Tints of Strikemaster #A35C8A

Color information

#A35C8A (or 0xA35C8A) is unknown color: approx Strikemaster. HEX triplet: A3, 5C and 8A. RGB value is (163,92,138). Sum of RGB (Red+Green+Blue) = 163+92+138=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35C8A is #5CA375. Grayscale: #767676. Windows color (decimal): -6071158 or 9067683. OLE color: 9067683.

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

Color convert

RGB16392138-
CMYK00.440.150.36
HSL321.13º27.84%50%-
HSV(B)321.13º43.56%63.92%-
XYZ23.5217.2826.14-
YUV118.47139.02159.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.48%
GREEN value IS 92 (36.33% from 255) = 23.41%
BLUE value IS 138 (54.30% from 255) = 35.11%
R=41.48%
G=23.41%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639213800.440.150.36321.1327.8450
HexA35C8A02CF241411c32
Octal24313421205417445013462
Binary101000111011100100010100101100111110010010100000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35C8A; }

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

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

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

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

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

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

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

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