#A35083

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

Shades of Strikemaster #A35083

Tints of Strikemaster #A35083

Color information

#A35083 (or 0xA35083) is unknown color: approx Strikemaster. HEX triplet: A3, 50 and 83. RGB value is (163,80,131). Sum of RGB (Red+Green+Blue) = 163+80+131=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A35083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35083 is #5CAF7C. Grayscale: #6E6E6E. Windows color (decimal): -6074237 or 8605859. OLE color: 8605859.

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

Color convert

RGB16380131-
CMYK00.510.200.36
HSL323.13º34.16%47.65%-
HSV(B)323.13º50.92%63.92%-
XYZ22.0715.1623.24-
YUV110.63139.5165.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.58%
GREEN value IS 80 (31.64% from 255) = 21.39%
BLUE value IS 131 (51.56% from 255) = 35.03%
R=43.58%
G=21.39%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638013100.510.200.36323.1334.1647.65
HexA3508303314241432230
Octal24312020306324445034260
Binary10100011101000010000011011001110100100100101000011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35083; }

 p { color: rgb(163,80,131); }

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

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

 a { background-color: rgb(163,80,131); }

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

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

 span { border-color: rgb(163,80,131); }

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