Html Css Color HEX #A688BA East Side

📋 copy color: '#A688BA'

red 166 ◦ green 136 ◦ blue 186

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

Shades of East Side #A688BA

Tints of East Side #A688BA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.87%

 BLUE value IS 186 (73.05% from 255) = 38.11%

R = 34.02%
G = 27.87%
B = 38.11%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A688BA (or 0xA688BA) is known color: East Side. HEX triplet: A6, 88 and BA. RGB value is (166,136,186). Sum of RGB (Red+Green+Blue) = 166+136+186=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #A688BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A688BA is #597745. Grayscale: #969696. Windows color (decimal): -5863238 or 12224678. OLE color: 12224678.

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

Color convert

RGB 166 136 186 -
CMYK 0.11 0.27 0 0.27
HSL 276º 0.27% 0.63% -
HSV(B) 276º 0.27% 0.73% -
XYZ 33.39 29.26 50.34 -
YUV 150.67 147.94 138.93 -
System Red Green Blue C M Y K H S L
Decimal 166 136 186 0.11 0.27 0 0.27 276 0.27 0.63
Hex A6 88 BA B 1B 0 1B 114 1B 3F
Octal 246 210 272 13 33 0 33 424 33 77
Binary 10100110 10001000 10111010 1011 11011 0 11011 100010100 11011 111111

Color Harmonies of #A688BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A688BA

Black with #A688BA

Text Example


Text Example

White with #A688BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A688BA; }

 p { color: rgb(166,136,186); }

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

background-color css

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

 a { background-color: rgb(166,136,186); }

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

border-color css

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

 span { border-color: rgb(166,136,186); }

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