#A5668D

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

Shades of Strikemaster #A5668D

Tints of Strikemaster #A5668D

Color information

#A5668D (or 0xA5668D) is unknown color: approx Strikemaster. HEX triplet: A5, 66 and 8D. RGB value is (165,102,141). Sum of RGB (Red+Green+Blue) = 165+102+141=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 165 - color contains mainly: red. Hex color #A5668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5668D is #5A9972. Grayscale: #7D7D7D. Windows color (decimal): -5937523 or 9266853. OLE color: 9266853.

HSL color Cylindrical-coordinate representation of color #A5668D: hue angle of 322.86º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5668D is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB165102141-
CMYK00.380.150.35
HSL322.86º25.93%52.35%-
HSV(B)322.86º38.18%64.71%-
XYZ25.0819.4327.63-
YUV125.28136.87156.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.44%
GREEN value IS 102 (40.23% from 255) = 25%
BLUE value IS 141 (55.47% from 255) = 34.56%
R=40.44%
G=25%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510214100.380.150.35322.8625.9352.35
HexA5668D026F231431a34
Octal24514621504617435033264
Binary101001011100110100011010100110111110001110100001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5668D; }

 p { color: rgb(165,102,141); }

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

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

 a { background-color: rgb(165,102,141); }

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

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

 span { border-color: rgb(165,102,141); }

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