Html Css Color HEX #705686 Affair

📋 copy color: '#705686'

red 112 ◦ green 86 ◦ blue 134

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

Shades of Affair #705686

Tints of Affair #705686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.9%

 BLUE value IS 134 (52.73% from 255) = 40.36%

R = 33.73%
G = 25.9%
B = 40.36%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#705686 (or 0x705686) is known color: Affair. HEX triplet: 70, 56 and 86. RGB value is (112,86,134). Sum of RGB (Red+Green+Blue) = 112+86+134=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 134 - color contains mainly: blue. Hex color #705686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705686 is #8FA979. Grayscale: #636363. Windows color (decimal): -9415034 or 8803952. OLE color: 8803952.

HSL color Cylindrical-coordinate representation of color #705686: hue angle of 272.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #705686 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 86 134 -
CMYK 0.16 0.36 0 0.47
HSL 272.5º 0.22% 0.43% -
HSV(B) 272.5º 0.36% 0.53% -
XYZ 14.31 11.82 24.08 -
YUV 99.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 112 86 134 0.16 0.36 0 0.47 272.5 0.22 0.43
Hex 70 56 86 10 24 0 2F 110 16 2B
Octal 160 126 206 20 44 0 57 420 26 53
Binary 1110000 1010110 10000110 10000 100100 0 101111 100010000 10110 101011

Color Harmonies of #705686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705686

Black with #705686

Text Example


Text Example

White with #705686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705686; }

 p { color: rgb(112,86,134); }

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

background-color css

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

 a { background-color: rgb(112,86,134); }

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

border-color css

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

 span { border-color: rgb(112,86,134); }

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