#7166AA

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

Shades of Scampi #7166AA

Tints of Scampi #7166AA

Color information

#7166AA (or 0x7166AA) is unknown color: approx Scampi. HEX triplet: 71, 66 and AA. RGB value is (113,102,170). Sum of RGB (Red+Green+Blue) = 113+102+170=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #7166AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7166AA is #8E9955. Grayscale: #707070. Windows color (decimal): -9345366 or 11167345. OLE color: 11167345.

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

Color convert

RGB113102170-
CMYK0.340.400.33
HSL249.71º28.57%53.33%-
HSV(B)249.71º40%66.67%-
XYZ18.8215.9240.11-
YUV113.04160.14127.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.35%
GREEN value IS 102 (40.23% from 255) = 26.49%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=29.35%
G=26.49%
B=44.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131021700.340.400.33249.7128.5753.33
Hex7166AA2228021fa1d35
Octal16114625242500413723565
Binary111000111001101010101010001010100001000011111101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7166AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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