Html Css Color HEX #716AAA Scampi

📋 copy color: '#716AAA'

red 113 ◦ green 106 ◦ blue 170

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

Shades of Scampi #716AAA

Tints of Scampi #716AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.7%

R = 29.05%
G = 27.25%
B = 43.7%

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

#716AAA (or 0x716AAA) is known color: Scampi. HEX triplet: 71, 6A and AA. RGB value is (113,106,170). Sum of RGB (Red+Green+Blue) = 113+106+170=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #716AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716AAA is #8E9555. Grayscale: #737373. Windows color (decimal): -9344342 or 11168369. OLE color: 11168369.

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

Color convert

RGB 113 106 170 -
CMYK 0.34 0.38 0 0.33
HSL 246.56º 0.27% 0.54% -
HSV(B) 246.56º 0.38% 0.67% -
XYZ 19.22 16.72 40.24 -
YUV 115.39 158.82 126.3 -
System Red Green Blue C M Y K H S L
Decimal 113 106 170 0.34 0.38 0 0.33 246.56 0.27 0.54
Hex 71 6A AA 22 26 0 21 F7 1B 36
Octal 161 152 252 42 46 0 41 367 33 66
Binary 1110001 1101010 10101010 100010 100110 0 100001 11110111 11011 110110

Color Harmonies of #716AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716AAA

Black with #716AAA

Text Example


Text Example

White with #716AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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