#7169AA

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

Shades of Scampi #7169AA

Tints of Scampi #7169AA

Color information

#7169AA (or 0x7169AA) is unknown color: approx Scampi. HEX triplet: 71, 69 and AA. RGB value is (113,105,170). Sum of RGB (Red+Green+Blue) = 113+105+170=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #7169AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7169AA is #8E9655. Grayscale: #727272. Windows color (decimal): -9344598 or 11168113. OLE color: 11168113.

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

Color convert

RGB113105170-
CMYK0.340.3800.33
HSL247.38º27.66%53.92%-
HSV(B)247.38º38.24%66.67%-
XYZ19.1216.5240.21-
YUV114.8159.15126.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.12%
GREEN value IS 105 (41.41% from 255) = 27.06%
BLUE value IS 170 (66.80% from 255) = 43.81%
R=29.12%
G=27.06%
B=43.81%

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
Decimal1131051700.340.3800.33247.3827.6653.92
Hex7169AA2226021f71c36
Octal16115125242460413673466
Binary111000111010011010101010001010011001000011111011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7169AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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