#A35B7E

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

Shades of Strikemaster #A35B7E

Tints of Strikemaster #A35B7E

Color information

#A35B7E (or 0xA35B7E) is unknown color: approx Strikemaster. HEX triplet: A3, 5B and 7E. RGB value is (163,91,126). Sum of RGB (Red+Green+Blue) = 163+91+126=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35B7E is #5CA481. Grayscale: #747474. Windows color (decimal): -6071426 or 8280995. OLE color: 8280995.

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

Color convert

RGB16391126-
CMYK00.440.230.36
HSL330.83º28.35%49.8%-
HSV(B)330.83º44.17%63.92%-
XYZ22.6116.7821.78-
YUV116.52133.35161.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.89%
GREEN value IS 91 (35.94% from 255) = 23.95%
BLUE value IS 126 (49.61% from 255) = 33.16%
R=42.89%
G=23.95%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639112600.440.230.36330.8328.3549.8
HexA35B7E02C172414b1c32
Octal24313317605427445133462
Binary101000111011011111111001011001011110010010100101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35B7E; }

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

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

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

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

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

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

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

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