#A95884

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

Shades of Strikemaster #A95884

Tints of Strikemaster #A95884

Color information

#A95884 (or 0xA95884) is unknown color: approx Strikemaster. HEX triplet: A9, 58 and 84. RGB value is (169,88,132). Sum of RGB (Red+Green+Blue) = 169+88+132=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A95884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95884 is #56A77B. Grayscale: #757575. Windows color (decimal): -5678972 or 8673449. OLE color: 8673449.

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

Color convert

RGB16988132-
CMYK00.480.220.34
HSL327.41º32.02%50.39%-
HSV(B)327.41º47.93%66.27%-
XYZ24.0217.0823.86-
YUV117.24136.34164.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 88 (34.77% from 255) = 22.62%
BLUE value IS 132 (51.95% from 255) = 33.93%
R=43.44%
G=22.62%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698813200.480.220.34327.4132.0250.39
HexA9588403016221472032
Octal25113020406026425074062
Binary10101001101100010000100011000010110100010101000111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95884; }

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

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

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

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

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

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

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

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