#A95885

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

Shades of Strikemaster #A95885

Tints of Strikemaster #A95885

Color information

#A95885 (or 0xA95885) is unknown color: approx Strikemaster. HEX triplet: A9, 58 and 85. RGB value is (169,88,133). Sum of RGB (Red+Green+Blue) = 169+88+133=390 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.33% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 169 - color contains mainly: red. Hex color #A95885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95885 is #56A77A. Grayscale: #757575. Windows color (decimal): -5678971 or 8738985. OLE color: 8738985.

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

Color convert

RGB16988133-
CMYK00.480.210.34
HSL326.67º32.02%50.39%-
HSV(B)326.67º47.93%66.27%-
XYZ24.0917.1124.22-
YUV117.35136.84164.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.33%
GREEN value IS 88 (34.77% from 255) = 22.56%
BLUE value IS 133 (52.34% from 255) = 34.10%
R=43.33%
G=22.56%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698813300.480.210.34326.6732.0250.39
HexA9588503015221472032
Octal25113020506025425074062
Binary10101001101100010000101011000010101100010101000111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95885; }

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

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

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

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

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

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

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

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