#A95C84

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

Shades of Strikemaster #A95C84

Tints of Strikemaster #A95C84

Color information

#A95C84 (or 0xA95C84) is unknown color: approx Strikemaster. HEX triplet: A9, 5C and 84. RGB value is (169,92,132). Sum of RGB (Red+Green+Blue) = 169+92+132=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95C84 is #56A37B. Grayscale: #777777. Windows color (decimal): -5677948 or 8674473. OLE color: 8674473.

HSL color Cylindrical-coordinate representation of color #A95C84: hue angle of 328.83º 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 #A95C84 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB16992132-
CMYK00.460.220.34
HSL328.83º30.92%51.18%-
HSV(B)328.83º45.56%66.27%-
XYZ24.3517.7623.97-
YUV119.58135.01163.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.00%
GREEN value IS 92 (36.33% from 255) = 23.41%
BLUE value IS 132 (51.95% from 255) = 33.59%
R=43.00%
G=23.41%
B=33.59%

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
Decimal1699213200.460.220.34328.8330.9251.18
HexA95C8402E16221491f33
Octal25113420405626425113763
Binary1010100110111001000010001011101011010001010100100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95C84; }

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

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

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

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

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

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

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

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