#A35A7B

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

Shades of Strikemaster #A35A7B

Tints of Strikemaster #A35A7B

Color information

#A35A7B (or 0xA35A7B) is unknown color: approx Strikemaster. HEX triplet: A3, 5A and 7B. RGB value is (163,90,123). Sum of RGB (Red+Green+Blue) = 163+90+123=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35A7B is #5CA584. Grayscale: #737373. Windows color (decimal): -6071685 or 8084131. OLE color: 8084131.

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

Color convert

RGB16390123-
CMYK00.450.250.36
HSL332.88º28.85%49.61%-
HSV(B)332.88º44.79%63.92%-
XYZ22.3416.5320.75-
YUV115.59132.18161.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.35%
GREEN value IS 90 (35.55% from 255) = 23.94%
BLUE value IS 123 (48.44% from 255) = 32.71%
R=43.35%
G=23.94%
B=32.71%

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
Decimal1639012300.450.250.36332.8828.8549.61
HexA35A7B02D192414d1d32
Octal24313217305531445153562
Binary101000111011010111101101011011100110010010100110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35A7B; }

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

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

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

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

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

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

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

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