Html Css Color HEX #706AAD Scampi

📋 copy color: '#706AAD'

red 112 ◦ green 106 ◦ blue 173

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

Shades of Scampi #706AAD

Tints of Scampi #706AAD

RGB

 RED value IS 112 (44.14% from 255) = 28.64%

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

 BLUE value IS 173 (67.97% from 255) = 44.25%

R = 28.64%
G = 27.11%
B = 44.25%

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

#706AAD (or 0x706AAD) is known color: Scampi. HEX triplet: 70, 6A and AD. RGB value is (112,106,173). Sum of RGB (Red+Green+Blue) = 112+106+173=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #706AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706AAD is #8F9552. Grayscale: #737373. Windows color (decimal): -9409875 or 11364976. OLE color: 11364976.

HSL color Cylindrical-coordinate representation of color #706AAD: hue angle of 245.37º degrees, saturation: 0.29, 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 #706AAD is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 106 173 -
CMYK 0.35 0.39 0 0.32
HSL 245.37º 0.29% 0.55% -
HSV(B) 245.37º 0.39% 0.68% -
XYZ 19.38 16.77 41.75 -
YUV 115.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 112 106 173 0.35 0.39 0 0.32 245.37 0.29 0.55
Hex 70 6A AD 23 27 0 20 F5 1D 37
Octal 160 152 255 43 47 0 40 365 35 67
Binary 1110000 1101010 10101101 100011 100111 0 100000 11110101 11101 110111

Color Harmonies of #706AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706AAD

Black with #706AAD

Text Example


Text Example

White with #706AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706AAD; }

 p { color: rgb(112,106,173); }

 H1.HeaderClassName
 {
   color: #706AAD;
 }
 .AnyTagClassName
 {
   color: #706AAD;
 }
</style>

background-color css

<style>
 a { background-color: #706AAD; }

 a { background-color: rgb(112,106,173); }

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

border-color css

<style>
 span { border-color: #706AAD; }

 span { border-color: rgb(112,106,173); }

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