#A06683

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

Shades of Strikemaster #A06683

Tints of Strikemaster #A06683

Color information

#A06683 (or 0xA06683) is unknown color: approx Strikemaster. HEX triplet: A0, 66 and 83. RGB value is (160,102,131). Sum of RGB (Red+Green+Blue) = 160+102+131=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A06683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06683 is #5F997C. Grayscale: #7A7A7A. Windows color (decimal): -6265213 or 8611488. OLE color: 8611488.

HSL color Cylindrical-coordinate representation of color #A06683: hue angle of 330º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A06683 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB160102131-
CMYK00.360.180.37
HSL330º23.39%51.37%-
HSV(B)330º36.25%62.75%-
XYZ23.3518.6223.84-
YUV122.65132.72154.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.71%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 131 (51.56% from 255) = 33.33%
R=40.71%
G=25.95%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010213100.360.180.3733023.3951.37
HexA06683024122514a1733
Octal24014620304422455122763
Binary1010000011001101000001101001001001010010110100101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06683; }

 p { color: rgb(160,102,131); }

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

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

 a { background-color: rgb(160,102,131); }

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

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

 span { border-color: rgb(160,102,131); }

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