Html Css Color HEX #A686BB East Side

📋 copy color: '#A686BB'

red 166 ◦ green 134 ◦ blue 187

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

Shades of East Side #A686BB

Tints of East Side #A686BB

RGB

 RED value IS 166 (65.23% from 255) = 34.09%

 GREEN value IS 134 (52.73% from 255) = 27.52%

 BLUE value IS 187 (73.44% from 255) = 38.4%

R = 34.09%
G = 27.52%
B = 38.4%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A686BB (or 0xA686BB) is known color: East Side. HEX triplet: A6, 86 and BB. RGB value is (166,134,187). Sum of RGB (Red+Green+Blue) = 166+134+187=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #A686BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686BB is #597944. Grayscale: #959595. Windows color (decimal): -5863749 or 12289702. OLE color: 12289702.

HSL color Cylindrical-coordinate representation of color #A686BB: hue angle of 276.23º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A686BB is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 134 187 -
CMYK 0.11 0.28 0 0.27
HSL 276.23º 0.28% 0.63% -
HSV(B) 276.23º 0.28% 0.73% -
XYZ 33.22 28.75 50.81 -
YUV 149.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 166 134 187 0.11 0.28 0 0.27 276.23 0.28 0.63
Hex A6 86 BB B 1C 0 1B 114 1C 3F
Octal 246 206 273 13 34 0 33 424 34 77
Binary 10100110 10000110 10111011 1011 11100 0 11011 100010100 11100 111111

Color Harmonies of #A686BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A686BB

Black with #A686BB

Text Example


Text Example

White with #A686BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A686BB; }

 p { color: rgb(166,134,187); }

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

background-color css

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

 a { background-color: rgb(166,134,187); }

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

border-color css

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

 span { border-color: rgb(166,134,187); }

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