#A35A8E

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

Shades of Strikemaster #A35A8E

Tints of Strikemaster #A35A8E

Color information

#A35A8E (or 0xA35A8E) is unknown color: approx Strikemaster. HEX triplet: A3, 5A and 8E. RGB value is (163,90,142). Sum of RGB (Red+Green+Blue) = 163+90+142=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35A8E is #5CA571. Grayscale: #757575. Windows color (decimal): -6071666 or 9329315. OLE color: 9329315.

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

Color convert

RGB16390142-
CMYK00.450.130.36
HSL317.26º28.85%49.61%-
HSV(B)317.26º44.79%63.92%-
XYZ23.6417.0527.64-
YUV117.76141.68160.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 90 (35.55% from 255) = 22.78%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=41.27%
G=22.78%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639014200.450.130.36317.2628.8549.61
HexA35A8E02DD2413d1d32
Octal24313221605515444753562
Binary101000111011010100011100101101110110010010011110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35A8E; }

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

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

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

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

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

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

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

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