#716AAB

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

Shades of Scampi #716AAB

Tints of Scampi #716AAB

Color information

#716AAB (or 0x716AAB) is unknown color: approx Scampi. HEX triplet: 71, 6A and AB. RGB value is (113,106,171). Sum of RGB (Red+Green+Blue) = 113+106+171=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #716AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716AAB is #8E9554. Grayscale: #737373. Windows color (decimal): -9344341 or 11233905. OLE color: 11233905.

HSL color Cylindrical-coordinate representation of color #716AAB: hue angle of 246.46º degrees, saturation: 0.28, 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 #716AAB is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113106171-
CMYK0.340.3800.33
HSL246.46º27.9%54.31%-
HSV(B)246.46º38.01%67.06%-
XYZ19.3116.7640.74-
YUV115.5159.32126.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.97%
GREEN value IS 106 (41.80% from 255) = 27.18%
BLUE value IS 171 (67.19% from 255) = 43.85%
R=28.97%
G=27.18%
B=43.85%

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
Decimal1131061710.340.3800.33246.4627.954.31
Hex716AAB2226021f61c36
Octal16115225342460413663466
Binary111000111010101010101110001010011001000011111011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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