#A35A8B

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

Shades of Strikemaster #A35A8B

Tints of Strikemaster #A35A8B

Color information

#A35A8B (or 0xA35A8B) is unknown color: approx Strikemaster. HEX triplet: A3, 5A and 8B. RGB value is (163,90,139). Sum of RGB (Red+Green+Blue) = 163+90+139=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35A8B is #5CA574. Grayscale: #757575. Windows color (decimal): -6071669 or 9132707. OLE color: 9132707.

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

Color convert

RGB16390139-
CMYK00.450.150.36
HSL319.73º28.85%49.61%-
HSV(B)319.73º44.79%63.92%-
XYZ23.4216.9626.47-
YUV117.41140.18160.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.58%
GREEN value IS 90 (35.55% from 255) = 22.96%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=41.58%
G=22.96%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639013900.450.150.36319.7328.8549.61
HexA35A8B02DF241401d32
Octal24313221305517445003562
Binary101000111011010100010110101101111110010010100000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35A8B; }

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

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

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

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

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

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

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

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