#A35C8B

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

Shades of Strikemaster #A35C8B

Tints of Strikemaster #A35C8B

Color information

#A35C8B (or 0xA35C8B) is unknown color: approx Strikemaster. HEX triplet: A3, 5C and 8B. RGB value is (163,92,139). Sum of RGB (Red+Green+Blue) = 163+92+139=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35C8B is #5CA374. Grayscale: #767676. Windows color (decimal): -6071157 or 9133219. OLE color: 9133219.

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

Color convert

RGB16392139-
CMYK00.440.150.36
HSL320.28º27.84%50%-
HSV(B)320.28º43.56%63.92%-
XYZ23.5917.326.52-
YUV118.59139.52159.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.37%
GREEN value IS 92 (36.33% from 255) = 23.35%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=41.37%
G=23.35%
B=35.28%

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
Decimal1639213900.440.150.36320.2827.8450
HexA35C8B02CF241401c32
Octal24313421305417445003462
Binary101000111011100100010110101100111110010010100000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35C8B; }

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

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

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

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

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

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

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

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