#A35F7D

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

Shades of Strikemaster #A35F7D

Tints of Strikemaster #A35F7D

Color information

#A35F7D (or 0xA35F7D) is unknown color: approx Strikemaster. HEX triplet: A3, 5F and 7D. RGB value is (163,95,125). Sum of RGB (Red+Green+Blue) = 163+95+125=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35F7D is #5CA082. Grayscale: #767676. Windows color (decimal): -6070403 or 8216483. OLE color: 8216483.

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

Color convert

RGB16395125-
CMYK00.420.230.36
HSL333.53º26.98%50.59%-
HSV(B)333.53º41.72%63.92%-
XYZ22.917.4521.56-
YUV118.75131.53159.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.56%
GREEN value IS 95 (37.5% from 255) = 24.80%
BLUE value IS 125 (49.22% from 255) = 32.64%
R=42.56%
G=24.80%
B=32.64%

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
Decimal1639512500.420.230.36333.5326.9850.59
HexA35F7D02A172414e1b33
Octal24313717505227445163363
Binary101000111011111111110101010101011110010010100111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F7D; }

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

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

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

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

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

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

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

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