#A35A7E

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

Shades of Strikemaster #A35A7E

Tints of Strikemaster #A35A7E

Color information

#A35A7E (or 0xA35A7E) is unknown color: approx Strikemaster. HEX triplet: A3, 5A and 7E. RGB value is (163,90,126). Sum of RGB (Red+Green+Blue) = 163+90+126=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35A7E is #5CA581. Grayscale: #737373. Windows color (decimal): -6071682 or 8280739. OLE color: 8280739.

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

Color convert

RGB16390126-
CMYK00.450.230.36
HSL330.41º28.85%49.61%-
HSV(B)330.41º44.79%63.92%-
XYZ22.5316.6121.76-
YUV115.93133.68161.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.01%
GREEN value IS 90 (35.55% from 255) = 23.75%
BLUE value IS 126 (49.61% from 255) = 33.25%
R=43.01%
G=23.75%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639012600.450.230.36330.4128.8549.61
HexA35A7E02D172414a1d32
Octal24313217605527445123562
Binary101000111011010111111001011011011110010010100101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35A7E; }

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

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

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

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

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

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

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

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