#716AAA

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

Shades of Scampi #716AAA

Tints of Scampi #716AAA

Color information

#716AAA (or 0x716AAA) is unknown color: approx Scampi. HEX triplet: 71, 6A and AA. RGB value is (113,106,170). Sum of RGB (Red+Green+Blue) = 113+106+170=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #716AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716AAA is #8E9555. Grayscale: #737373. Windows color (decimal): -9344342 or 11168369. OLE color: 11168369.

HSL color Cylindrical-coordinate representation of color #716AAA: hue angle of 246.56º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #716AAA is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113106170-
CMYK0.340.3800.33
HSL246.56º27.35%54.12%-
HSV(B)246.56º37.65%66.67%-
XYZ19.2216.7240.24-
YUV115.39158.82126.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.05%
GREEN value IS 106 (41.80% from 255) = 27.25%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=29.05%
G=27.25%
B=43.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131061700.340.3800.33246.5627.3554.12
Hex716AAA2226021f71b36
Octal16115225242460413673366
Binary111000111010101010101010001010011001000011111011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716AAA; }

 p { color: rgb(113,106,170); }

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

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

 a { background-color: rgb(113,106,170); }

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

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

 span { border-color: rgb(113,106,170); }

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