#A95C83

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

Shades of Strikemaster #A95C83

Tints of Strikemaster #A95C83

Color information

#A95C83 (or 0xA95C83) is unknown color: approx Strikemaster. HEX triplet: A9, 5C and 83. RGB value is (169,92,131). Sum of RGB (Red+Green+Blue) = 169+92+131=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95C83 is #56A37C. Grayscale: #777777. Windows color (decimal): -5677949 or 8608937. OLE color: 8608937.

HSL color Cylindrical-coordinate representation of color #A95C83: hue angle of 329.61º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A95C83 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB16992131-
CMYK00.460.220.34
HSL329.61º30.92%51.18%-
HSV(B)329.61º45.56%66.27%-
XYZ24.2917.7323.61-
YUV119.47134.51163.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 92 (36.33% from 255) = 23.47%
BLUE value IS 131 (51.56% from 255) = 33.42%
R=43.11%
G=23.47%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699213100.460.220.34329.6130.9251.18
HexA95C8302E162214a1f33
Octal25113420305626425123763
Binary1010100110111001000001101011101011010001010100101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95C83; }

 p { color: rgb(169,92,131); }

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

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

 a { background-color: rgb(169,92,131); }

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

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

 span { border-color: rgb(169,92,131); }

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