Html Css Color HEX #716AAE Scampi

📋 copy color: '#716AAE'

red 113 ◦ green 106 ◦ blue 174

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

Shades of Scampi #716AAE

Tints of Scampi #716AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.27%

R = 28.75%
G = 26.97%
B = 44.27%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#716AAE (or 0x716AAE) is known color: Scampi. HEX triplet: 71, 6A and AE. RGB value is (113,106,174). Sum of RGB (Red+Green+Blue) = 113+106+174=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #716AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716AAE is #8E9551. Grayscale: #737373. Windows color (decimal): -9344338 or 11430513. OLE color: 11430513.

HSL color Cylindrical-coordinate representation of color #716AAE: hue angle of 246.18º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #716AAE is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 106 174 -
CMYK 0.35 0.39 0 0.32
HSL 246.18º 0.3% 0.55% -
HSV(B) 246.18º 0.39% 0.68% -
XYZ 19.6 16.87 42.27 -
YUV 115.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 113 106 174 0.35 0.39 0 0.32 246.18 0.3 0.55
Hex 71 6A AE 23 27 0 20 F6 1E 37
Octal 161 152 256 43 47 0 40 366 36 67
Binary 1110001 1101010 10101110 100011 100111 0 100000 11110110 11110 110111

Color Harmonies of #716AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716AAE

Black with #716AAE

Text Example


Text Example

White with #716AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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