#7166AB

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

Shades of Scampi #7166AB

Tints of Scampi #7166AB

Color information

#7166AB (or 0x7166AB) is unknown color: approx Scampi. HEX triplet: 71, 66 and AB. RGB value is (113,102,171). Sum of RGB (Red+Green+Blue) = 113+102+171=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #7166AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7166AB is #8E9954. Grayscale: #707070. Windows color (decimal): -9345365 or 11232881. OLE color: 11232881.

HSL color Cylindrical-coordinate representation of color #7166AB: hue angle of 249.57º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7166AB is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113102171-
CMYK0.340.4000.33
HSL249.57º29.11%53.53%-
HSV(B)249.57º40.35%67.06%-
XYZ18.9115.9540.61-
YUV113.16160.64127.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.27%
GREEN value IS 102 (40.23% from 255) = 26.42%
BLUE value IS 171 (67.19% from 255) = 44.30%
R=29.27%
G=26.42%
B=44.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131021710.340.4000.33249.5729.1153.53
Hex7166AB2228021fa1d36
Octal16114625342500413723566
Binary111000111001101010101110001010100001000011111101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7166AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7166AB; }

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

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

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

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

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

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

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

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