#A55684

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

Shades of Strikemaster #A55684

Tints of Strikemaster #A55684

Color information

#A55684 (or 0xA55684) is unknown color: approx Strikemaster. HEX triplet: A5, 56 and 84. RGB value is (165,86,132). Sum of RGB (Red+Green+Blue) = 165+86+132=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A55684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55684 is #5AA97B. Grayscale: #727272. Windows color (decimal): -5941628 or 8672933. OLE color: 8672933.

HSL color Cylindrical-coordinate representation of color #A55684: hue angle of 325.06º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A55684 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB16586132-
CMYK00.480.200.35
HSL325.06º31.47%49.22%-
HSV(B)325.06º47.88%64.71%-
XYZ23.0116.3223.77-
YUV114.86137.67163.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 86 (33.98% from 255) = 22.45%
BLUE value IS 132 (51.95% from 255) = 34.46%
R=43.08%
G=22.45%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658613200.480.200.35325.0631.4749.22
HexA5568403014231451f31
Octal24512620406024435053761
Binary1010010110101101000010001100001010010001110100010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55684; }

 p { color: rgb(165,86,132); }

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

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

 a { background-color: rgb(165,86,132); }

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

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

 span { border-color: rgb(165,86,132); }

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