Html Css Color HEX #716AAB Scampi

📋 copy color: '#716AAB'

red 113 ◦ green 106 ◦ blue 171

#716AAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scampi #716AAB

Tints of Scampi #716AAB

RGB

 RED value IS 113 (44.53% from 255) = 28.97%

 GREEN value IS 106 (41.8% from 255) = 27.18%

 BLUE value IS 171 (67.19% from 255) = 43.85%

R = 28.97%
G = 27.18%
B = 43.85%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#716AAB (or 0x716AAB) is known color: Scampi. HEX triplet: 71, 6A and AB. RGB value is (113,106,171). Sum of RGB (Red+Green+Blue) = 113+106+171=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #716AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716AAB is #8E9554. Grayscale: #737373. Windows color (decimal): -9344341 or 11233905. OLE color: 11233905.

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

Color convert

RGB 113 106 171 -
CMYK 0.34 0.38 0 0.33
HSL 246.46º 0.28% 0.54% -
HSV(B) 246.46º 0.38% 0.67% -
XYZ 19.31 16.76 40.74 -
YUV 115.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 113 106 171 0.34 0.38 0 0.33 246.46 0.28 0.54
Hex 71 6A AB 22 26 0 21 F6 1C 36
Octal 161 152 253 42 46 0 41 366 34 66
Binary 1110001 1101010 10101011 100010 100110 0 100001 11110110 11100 110110

Color Harmonies of #716AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716AAB

Black with #716AAB

Text Example


Text Example

White with #716AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716AAB; }

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

 H1.HeaderClassName
 {
   color: #716AAB;
 }
 .AnyTagClassName
 {
   color: #716AAB;
 }
</style>

background-color css

<style>
 a { background-color: #716AAB; }

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

 div.DivClassName
 {
   background-color: #716AAB;
 }
 .BgClassName
 {
   background-color: #716AAB;
 }
</style>

border-color css

<style>
 span { border-color: #716AAB; }

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

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