#A35B8B

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

Shades of Strikemaster #A35B8B

Tints of Strikemaster #A35B8B

Color information

#A35B8B (or 0xA35B8B) is unknown color: approx Strikemaster. HEX triplet: A3, 5B and 8B. RGB value is (163,91,139). Sum of RGB (Red+Green+Blue) = 163+91+139=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35B8B is #5CA474. Grayscale: #757575. Windows color (decimal): -6071413 or 9132963. OLE color: 9132963.

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

Color convert

RGB16391139-
CMYK00.440.150.36
HSL320º28.35%49.8%-
HSV(B)320º44.17%63.92%-
XYZ23.5117.1326.49-
YUV118139.85160.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.48%
GREEN value IS 91 (35.94% from 255) = 23.16%
BLUE value IS 139 (54.69% from 255) = 35.37%
R=41.48%
G=23.16%
B=35.37%

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
Decimal1639113900.440.150.3632028.3549.8
HexA35B8B02CF241401c32
Octal24313321305417445003462
Binary101000111011011100010110101100111110010010100000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35B8B; }

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

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

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

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

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

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

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

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