#A35F7E

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

Shades of Strikemaster #A35F7E

Tints of Strikemaster #A35F7E

Color information

#A35F7E (or 0xA35F7E) is unknown color: approx Strikemaster. HEX triplet: A3, 5F and 7E. RGB value is (163,95,126). Sum of RGB (Red+Green+Blue) = 163+95+126=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35F7E is #5CA081. Grayscale: #767676. Windows color (decimal): -6070402 or 8282019. OLE color: 8282019.

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

Color convert

RGB16395126-
CMYK00.420.230.36
HSL332.65º26.98%50.59%-
HSV(B)332.65º41.72%63.92%-
XYZ22.9617.4821.9-
YUV118.87132.03159.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.45%
GREEN value IS 95 (37.5% from 255) = 24.74%
BLUE value IS 126 (49.61% from 255) = 32.81%
R=42.45%
G=24.74%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639512600.420.230.36332.6526.9850.59
HexA35F7E02A172414d1b33
Octal24313717605227445153363
Binary101000111011111111111001010101011110010010100110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F7E; }

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

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

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

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

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

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

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

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