#7162AA

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

Shades of Scampi #7162AA

Tints of Scampi #7162AA

Color information

#7162AA (or 0x7162AA) is unknown color: approx Scampi. HEX triplet: 71, 62 and AA. RGB value is (113,98,170). Sum of RGB (Red+Green+Blue) = 113+98+170=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #7162AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7162AA is #8E9D55. Grayscale: #6E6E6E. Windows color (decimal): -9346390 or 11166321. OLE color: 11166321.

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

Color convert

RGB11398170-
CMYK0.340.4200.33
HSL252.5º29.75%52.55%-
HSV(B)252.5º42.35%66.67%-
XYZ18.4315.1539.98-
YUV110.69161.47129.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.66%
GREEN value IS 98 (38.67% from 255) = 25.72%
BLUE value IS 170 (66.80% from 255) = 44.62%
R=29.66%
G=25.72%
B=44.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113981700.340.4200.33252.529.7552.55
Hex7162AA222A021fc1e35
Octal16114225242520413743665
Binary111000111000101010101010001010101001000011111110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7162AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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