#A3668C

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

Shades of Strikemaster #A3668C

Tints of Strikemaster #A3668C

Color information

#A3668C (or 0xA3668C) is unknown color: approx Strikemaster. HEX triplet: A3, 66 and 8C. RGB value is (163,102,140). Sum of RGB (Red+Green+Blue) = 163+102+140=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A3668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3668C is #5C9973. Grayscale: #7C7C7C. Windows color (decimal): -6068596 or 9201315. OLE color: 9201315.

HSL color Cylindrical-coordinate representation of color #A3668C: hue angle of 322.62º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3668C is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB163102140-
CMYK00.370.140.36
HSL322.62º24.9%51.96%-
HSV(B)322.62º37.42%63.92%-
XYZ24.5919.1827.22-
YUV124.57136.71155.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.25%
GREEN value IS 102 (40.23% from 255) = 25.19%
BLUE value IS 140 (55.08% from 255) = 34.57%
R=40.25%
G=25.19%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310214000.370.140.36322.6224.951.96
HexA3668C025E241431934
Octal24314621404516445033164
Binary101000111100110100011000100101111010010010100001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3668C; }

 p { color: rgb(163,102,140); }

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

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

 a { background-color: rgb(163,102,140); }

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

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

 span { border-color: rgb(163,102,140); }

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