#A45288

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

Shades of Strikemaster #A45288

Tints of Strikemaster #A45288

Color information

#A45288 (or 0xA45288) is unknown color: approx Strikemaster. HEX triplet: A4, 52 and 88. RGB value is (164,82,136). Sum of RGB (Red+Green+Blue) = 164+82+136=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A45288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45288 is #5BAD77. Grayscale: #707070. Windows color (decimal): -6008184 or 8934052. OLE color: 8934052.

HSL color Cylindrical-coordinate representation of color #A45288: hue angle of 320.49º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A45288 is Cyan = 0, Magento = 0.5, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB16482136-
CMYK00.50.170.36
HSL320.49º33.33%48.24%-
HSV(B)320.49º50%64.31%-
XYZ22.7715.725.12-
YUV112.67141.17164.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 82 (32.42% from 255) = 21.47%
BLUE value IS 136 (53.52% from 255) = 35.60%
R=42.93%
G=21.47%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648213600.50.170.36320.4933.3348.24
HexA4528803211241402130
Octal24412221006221445004160
Binary10100100101001010001000011001010001100100101000000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45288; }

 p { color: rgb(164,82,136); }

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

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

 a { background-color: rgb(164,82,136); }

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

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

 span { border-color: rgb(164,82,136); }

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