#A55C81

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

Shades of Strikemaster #A55C81

Tints of Strikemaster #A55C81

Color information

#A55C81 (or 0xA55C81) is unknown color: approx Strikemaster. HEX triplet: A5, 5C and 81. RGB value is (165,92,129). Sum of RGB (Red+Green+Blue) = 165+92+129=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55C81 is #5AA37E. Grayscale: #757575. Windows color (decimal): -5940095 or 8477861. OLE color: 8477861.

HSL color Cylindrical-coordinate representation of color #A55C81: hue angle of 329.59º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A55C81 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB16592129-
CMYK00.440.220.35
HSL329.59º28.85%50.39%-
HSV(B)329.59º44.24%64.71%-
XYZ23.3117.2422.87-
YUV118.04134.18161.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.75%
GREEN value IS 92 (36.33% from 255) = 23.83%
BLUE value IS 129 (50.78% from 255) = 33.42%
R=42.75%
G=23.83%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659212900.440.220.35329.5928.8550.39
HexA55C8102C162314a1d32
Octal24513420105426435123562
Binary1010010110111001000000101011001011010001110100101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C81; }

 p { color: rgb(165,92,129); }

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

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

 a { background-color: rgb(165,92,129); }

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

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

 span { border-color: rgb(165,92,129); }

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