#7167AD

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

Shades of Scampi #7167AD

Tints of Scampi #7167AD

Color information

#7167AD (or 0x7167AD) is unknown color: approx Scampi. HEX triplet: 71, 67 and AD. RGB value is (113,103,173). Sum of RGB (Red+Green+Blue) = 113+103+173=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #7167AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7167AD is #8E9852. Grayscale: #717171. Windows color (decimal): -9345107 or 11364209. OLE color: 11364209.

HSL color Cylindrical-coordinate representation of color #7167AD: hue angle of 248.57º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7167AD is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB113103173-
CMYK0.350.4000.32
HSL248.57º29.91%54.12%-
HSV(B)248.57º40.46%67.84%-
XYZ19.216.2341.66-
YUV113.97161.31127.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.05%
GREEN value IS 103 (40.62% from 255) = 26.48%
BLUE value IS 173 (67.97% from 255) = 44.47%
R=29.05%
G=26.48%
B=44.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131031730.350.4000.32248.5729.9154.12
Hex7167AD2328020f91e36
Octal16114725543500403713666
Binary111000111001111010110110001110100001000001111100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7167AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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