Html Css Color HEX #A686C1 East Side

📋 copy color: '#A686C1'

red 166 ◦ green 134 ◦ blue 193

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

Shades of East Side #A686C1

Tints of East Side #A686C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.15%

R = 33.67%
G = 27.18%
B = 39.15%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A686C1 (or 0xA686C1) is known color: East Side. HEX triplet: A6, 86 and C1. RGB value is (166,134,193). Sum of RGB (Red+Green+Blue) = 166+134+193=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 193 - color contains mainly: blue. Hex color #A686C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686C1 is #59793E. Grayscale: #969696. Windows color (decimal): -5863743 or 12682918. OLE color: 12682918.

HSL color Cylindrical-coordinate representation of color #A686C1: hue angle of 272.54º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A686C1 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 134 193 -
CMYK 0.14 0.31 0 0.24
HSL 272.54º 0.32% 0.64% -
HSV(B) 272.54º 0.31% 0.76% -
XYZ 33.88 29.01 54.27 -
YUV 150.29 152.1 139.2 -
System Red Green Blue C M Y K H S L
Decimal 166 134 193 0.14 0.31 0 0.24 272.54 0.32 0.64
Hex A6 86 C1 E 1F 0 18 111 20 40
Octal 246 206 301 16 37 0 30 421 40 100
Binary 10100110 10000110 11000001 1110 11111 0 11000 100010001 100000 1000000

Color Harmonies of #A686C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A686C1

Black with #A686C1

Text Example


Text Example

White with #A686C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A686C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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