#A35185

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

Shades of Strikemaster #A35185

Tints of Strikemaster #A35185

Color information

#A35185 (or 0xA35185) is unknown color: approx Strikemaster. HEX triplet: A3, 51 and 85. RGB value is (163,81,133). Sum of RGB (Red+Green+Blue) = 163+81+133=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A35185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35185 is #5CAE7A. Grayscale: #6F6F6F. Windows color (decimal): -6073979 or 8737187. OLE color: 8737187.

HSL color Cylindrical-coordinate representation of color #A35185: hue angle of 321.95º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A35185 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB16381133-
CMYK00.500.180.36
HSL321.95º33.61%47.84%-
HSV(B)321.95º50.31%63.92%-
XYZ22.2815.3623.98-
YUV111.45140.17164.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.24%
GREEN value IS 81 (32.03% from 255) = 21.49%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=43.24%
G=21.49%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638113300.500.180.36321.9533.6147.84
HexA3518503212241422230
Octal24312120506222445024260
Binary10100011101000110000101011001010010100100101000010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35185; }

 p { color: rgb(163,81,133); }

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

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

 a { background-color: rgb(163,81,133); }

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

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

 span { border-color: rgb(163,81,133); }

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