Html Css Color HEX #A686C3 East Side

📋 copy color: '#A686C3'

red 166 ◦ green 134 ◦ blue 195

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

Shades of East Side #A686C3

Tints of East Side #A686C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.39%

R = 33.54%
G = 27.07%
B = 39.39%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A686C3 (or 0xA686C3) is known color: East Side. HEX triplet: A6, 86 and C3. RGB value is (166,134,195). Sum of RGB (Red+Green+Blue) = 166+134+195=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 195 - color contains mainly: blue. Hex color #A686C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686C3 is #59793C. Grayscale: #969696. Windows color (decimal): -5863741 or 12813990. OLE color: 12813990.

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

Color convert

RGB 166 134 195 -
CMYK 0.15 0.31 0 0.24
HSL 271.48º 0.34% 0.65% -
HSV(B) 271.48º 0.31% 0.76% -
XYZ 34.1 29.1 55.45 -
YUV 150.52 153.1 139.04 -
System Red Green Blue C M Y K H S L
Decimal 166 134 195 0.15 0.31 0 0.24 271.48 0.34 0.65
Hex A6 86 C3 F 1F 0 18 10F 22 41
Octal 246 206 303 17 37 0 30 417 42 101
Binary 10100110 10000110 11000011 1111 11111 0 11000 100001111 100010 1000001

Color Harmonies of #A686C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A686C3

Black with #A686C3

Text Example


Text Example

White with #A686C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A686C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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