Html Css Color HEX #A689BC East Side

📋 copy color: '#A689BC'

red 166 ◦ green 137 ◦ blue 188

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

Shades of East Side #A689BC

Tints of East Side #A689BC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.9%

 BLUE value IS 188 (73.83% from 255) = 38.29%

R = 33.81%
G = 27.9%
B = 38.29%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A689BC (or 0xA689BC) is known color: East Side. HEX triplet: A6, 89 and BC. RGB value is (166,137,188). Sum of RGB (Red+Green+Blue) = 166+137+188=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #A689BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A689BC is #597643. Grayscale: #979797. Windows color (decimal): -5862980 or 12356006. OLE color: 12356006.

HSL color Cylindrical-coordinate representation of color #A689BC: hue angle of 274.12º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A689BC is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 137 188 -
CMYK 0.12 0.27 0 0.26
HSL 274.12º 0.28% 0.64% -
HSV(B) 274.12º 0.27% 0.74% -
XYZ 33.75 29.63 51.52 -
YUV 151.49 148.61 138.35 -
System Red Green Blue C M Y K H S L
Decimal 166 137 188 0.12 0.27 0 0.26 274.12 0.28 0.64
Hex A6 89 BC C 1B 0 1A 112 1C 40
Octal 246 211 274 14 33 0 32 422 34 100
Binary 10100110 10001001 10111100 1100 11011 0 11010 100010010 11100 1000000

Color Harmonies of #A689BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A689BC

Black with #A689BC

Text Example


Text Example

White with #A689BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A689BC; }

 p { color: rgb(166,137,188); }

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

background-color css

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

 a { background-color: rgb(166,137,188); }

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

border-color css

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

 span { border-color: rgb(166,137,188); }

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