#A55283

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

Shades of Strikemaster #A55283

Tints of Strikemaster #A55283

Color information

#A55283 (or 0xA55283) is unknown color: approx Strikemaster. HEX triplet: A5, 52 and 83. RGB value is (165,82,131). Sum of RGB (Red+Green+Blue) = 165+82+131=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A55283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55283 is #5AAD7C. Grayscale: #707070. Windows color (decimal): -5942653 or 8606373. OLE color: 8606373.

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

Color convert

RGB16582131-
CMYK00.500.210.35
HSL324.58º33.6%48.43%-
HSV(B)324.58º50.3%64.71%-
XYZ22.6315.6723.31-
YUV112.4138.5165.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.65%
GREEN value IS 82 (32.42% from 255) = 21.69%
BLUE value IS 131 (51.56% from 255) = 34.66%
R=43.65%
G=21.69%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658213100.500.210.35324.5833.648.43
HexA5528303215231452230
Octal24512220306225435054260
Binary10100101101001010000011011001010101100011101000101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55283; }

 p { color: rgb(165,82,131); }

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

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

 a { background-color: rgb(165,82,131); }

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

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

 span { border-color: rgb(165,82,131); }

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