#7162AB

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

Shades of Scampi #7162AB

Tints of Scampi #7162AB

Color information

#7162AB (or 0x7162AB) is unknown color: approx Scampi. HEX triplet: 71, 62 and AB. RGB value is (113,98,171). Sum of RGB (Red+Green+Blue) = 113+98+171=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #7162AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7162AB is #8E9D54. Grayscale: #6E6E6E. Windows color (decimal): -9346389 or 11231857. OLE color: 11231857.

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

Color convert

RGB11398171-
CMYK0.340.4300.33
HSL252.33º30.29%52.75%-
HSV(B)252.33º42.69%67.06%-
XYZ18.5315.1940.48-
YUV110.81161.97129.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.58%
GREEN value IS 98 (38.67% from 255) = 25.65%
BLUE value IS 171 (67.19% from 255) = 44.76%
R=29.58%
G=25.65%
B=44.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113981710.340.4300.33252.3330.2952.75
Hex7162AB222B021fc1e35
Octal16114225342530413743665
Binary111000111000101010101110001010101101000011111110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7162AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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