#A35183

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

Shades of Strikemaster #A35183

Tints of Strikemaster #A35183

Color information

#A35183 (or 0xA35183) is unknown color: approx Strikemaster. HEX triplet: A3, 51 and 83. RGB value is (163,81,131). Sum of RGB (Red+Green+Blue) = 163+81+131=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A35183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35183 is #5CAE7C. Grayscale: #6F6F6F. Windows color (decimal): -6073981 or 8606115. OLE color: 8606115.

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

Color convert

RGB16381131-
CMYK00.500.200.36
HSL323.41º33.61%47.84%-
HSV(B)323.41º50.31%63.92%-
XYZ22.1415.3123.26-
YUV111.22139.17164.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.47%
GREEN value IS 81 (32.03% from 255) = 21.6%
BLUE value IS 131 (51.56% from 255) = 34.93%
R=43.47%
G=21.6%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638113100.500.200.36323.4133.6147.84
HexA3518303214241432230
Octal24312120306224445034260
Binary10100011101000110000011011001010100100100101000011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35183; }

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

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

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

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

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

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

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

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