#7167AB

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

Shades of Scampi #7167AB

Tints of Scampi #7167AB

Color information

#7167AB (or 0x7167AB) is unknown color: approx Scampi. HEX triplet: 71, 67 and AB. RGB value is (113,103,171). Sum of RGB (Red+Green+Blue) = 113+103+171=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #7167AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7167AB is #8E9854. Grayscale: #717171. Windows color (decimal): -9345109 or 11233137. OLE color: 11233137.

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

Color convert

RGB113103171-
CMYK0.340.4000.33
HSL248.82º28.81%53.73%-
HSV(B)248.82º39.77%67.06%-
XYZ19.0116.1540.64-
YUV113.74160.31127.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.20%
GREEN value IS 103 (40.62% from 255) = 26.61%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=29.20%
G=26.61%
B=44.19%

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
Decimal1131031710.340.4000.33248.8228.8153.73
Hex7167AB2228021f91d36
Octal16114725342500413713566
Binary111000111001111010101110001010100001000011111100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7167AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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