Html Css Color HEX #706AAB Scampi

📋 copy color: '#706AAB'

red 112 ◦ green 106 ◦ blue 171

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

Shades of Scampi #706AAB

Tints of Scampi #706AAB

RGB

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

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

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

R = 28.79%
G = 27.25%
B = 43.96%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#706AAB (or 0x706AAB) is known color: Scampi. HEX triplet: 70, 6A and AB. RGB value is (112,106,171). Sum of RGB (Red+Green+Blue) = 112+106+171=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #706AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706AAB is #8F9554. Grayscale: #727272. Windows color (decimal): -9409877 or 11233904. OLE color: 11233904.

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

Color convert

RGB 112 106 171 -
CMYK 0.35 0.38 0 0.33
HSL 245.54º 0.28% 0.54% -
HSV(B) 245.54º 0.38% 0.67% -
XYZ 19.19 16.69 40.74 -
YUV 115.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 112 106 171 0.35 0.38 0 0.33 245.54 0.28 0.54
Hex 70 6A AB 23 26 0 21 F6 1C 36
Octal 160 152 253 43 46 0 41 366 34 66
Binary 1110000 1101010 10101011 100011 100110 0 100001 11110110 11100 110110

Color Harmonies of #706AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706AAB

Black with #706AAB

Text Example


Text Example

White with #706AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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