#A3668B

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

Shades of Strikemaster #A3668B

Tints of Strikemaster #A3668B

Color information

#A3668B (or 0xA3668B) is unknown color: approx Strikemaster. HEX triplet: A3, 66 and 8B. RGB value is (163,102,139). Sum of RGB (Red+Green+Blue) = 163+102+139=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A3668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3668B is #5C9974. Grayscale: #7C7C7C. Windows color (decimal): -6068597 or 9135779. OLE color: 9135779.

HSL color Cylindrical-coordinate representation of color #A3668B: hue angle of 323.61º 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 #A3668B is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB163102139-
CMYK00.370.150.36
HSL323.61º24.9%51.96%-
HSV(B)323.61º37.42%63.92%-
XYZ24.5219.1526.83-
YUV124.46136.21155.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.35%
GREEN value IS 102 (40.23% from 255) = 25.25%
BLUE value IS 139 (54.69% from 255) = 34.41%
R=40.35%
G=25.25%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310213900.370.150.36323.6124.951.96
HexA3668B025F241441934
Octal24314621304517445043164
Binary101000111100110100010110100101111110010010100010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3668B; }

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

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

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

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

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

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

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

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