#A55C7F

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

Shades of Strikemaster #A55C7F

Tints of Strikemaster #A55C7F

Color information

#A55C7F (or 0xA55C7F) is unknown color: approx Strikemaster. HEX triplet: A5, 5C and 7F. RGB value is (165,92,127). Sum of RGB (Red+Green+Blue) = 165+92+127=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55C7F is #5AA380. Grayscale: #757575. Windows color (decimal): -5940097 or 8346789. OLE color: 8346789.

HSL color Cylindrical-coordinate representation of color #A55C7F: hue angle of 331.23º 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 #A55C7F is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB16592127-
CMYK00.440.230.35
HSL331.23º28.85%50.39%-
HSV(B)331.23º44.24%64.71%-
XYZ23.1717.1922.17-
YUV117.82133.18161.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.97%
GREEN value IS 92 (36.33% from 255) = 23.96%
BLUE value IS 127 (50% from 255) = 33.07%
R=42.97%
G=23.96%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659212700.440.230.35331.2328.8550.39
HexA55C7F02C172314b1d32
Octal24513417705427435133562
Binary101001011011100111111101011001011110001110100101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C7F; }

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

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

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

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

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

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

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

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