Html Css Color HEX #A689BE East Side

📋 copy color: '#A689BE'

red 166 ◦ green 137 ◦ blue 190

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

Shades of East Side #A689BE

Tints of East Side #A689BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.54%

R = 33.67%
G = 27.79%
B = 38.54%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A689BE (or 0xA689BE) is known color: East Side. HEX triplet: A6, 89 and BE. RGB value is (166,137,190). Sum of RGB (Red+Green+Blue) = 166+137+190=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #A689BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A689BE is #597641. Grayscale: #979797. Windows color (decimal): -5862978 or 12487078. OLE color: 12487078.

HSL color Cylindrical-coordinate representation of color #A689BE: hue angle of 272.83º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A689BE is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 137 190 -
CMYK 0.13 0.28 0 0.25
HSL 272.83º 0.29% 0.64% -
HSV(B) 272.83º 0.28% 0.75% -
XYZ 33.97 29.72 52.66 -
YUV 151.71 149.61 138.19 -
System Red Green Blue C M Y K H S L
Decimal 166 137 190 0.13 0.28 0 0.25 272.83 0.29 0.64
Hex A6 89 BE D 1C 0 19 111 1D 40
Octal 246 211 276 15 34 0 31 421 35 100
Binary 10100110 10001001 10111110 1101 11100 0 11001 100010001 11101 1000000

Color Harmonies of #A689BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A689BE

Black with #A689BE

Text Example


Text Example

White with #A689BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A689BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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