#A65488

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

Shades of Strikemaster #A65488

Tints of Strikemaster #A65488

Color information

#A65488 (or 0xA65488) is unknown color: approx Strikemaster. HEX triplet: A6, 54 and 88. RGB value is (166,84,136). Sum of RGB (Red+Green+Blue) = 166+84+136=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A65488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65488 is #59AB77. Grayscale: #727272. Windows color (decimal): -5876600 or 8934566. OLE color: 8934566.

HSL color Cylindrical-coordinate representation of color #A65488: hue angle of 321.95º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A65488 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB16684136-
CMYK00.490.180.35
HSL321.95º32.8%49.02%-
HSV(B)321.95º49.4%65.1%-
XYZ23.3416.2325.19-
YUV114.45140.17164.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 84 (33.20% from 255) = 21.76%
BLUE value IS 136 (53.52% from 255) = 35.23%
R=43.01%
G=21.76%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668413600.490.180.35321.9532.849.02
HexA6548803112231422131
Octal24612421006122435024161
Binary10100110101010010001000011000110010100011101000010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65488; }

 p { color: rgb(166,84,136); }

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

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

 a { background-color: rgb(166,84,136); }

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

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

 span { border-color: rgb(166,84,136); }

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