#a35a7a

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

Shades of Strikemaster #A35A7A

Tints of Strikemaster #A35A7A

Color information

#A35A7A (or 0xA35A7A) is unknown color: approx Strikemaster. HEX triplet: A3, 5A and 7A. RGB value is (163,90,122). Sum of RGB (Red+Green+Blue) = 163+90+122=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35A7A is #5CA585. Grayscale: #737373. Windows color (decimal): -6071686 or 8018595. OLE color: 8018595.

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

Color convert

RGB16390122-
CMYK00.450.250.36
HSL333.7º28.85%49.61%-
HSV(B)333.7º44.79%63.92%-
XYZ22.2716.520.42-
YUV115.48131.68161.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.47%
GREEN value IS 90 (35.55% from 255) = 24%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=43.47%
G=24%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639012200.450.250.36333.728.8549.61
HexA35A7A02D192414e1d32
Octal24313217205531445163562
Binary101000111011010111101001011011100110010010100111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a35a7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a35a7a; }

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

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

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

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

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

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

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

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