Html Css Color HEX #A690BB East Side

📋 copy color: '#A690BB'

red 166 ◦ green 144 ◦ blue 187

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

Shades of East Side #A690BB

Tints of East Side #A690BB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.97%

 BLUE value IS 187 (73.44% from 255) = 37.63%

R = 33.4%
G = 28.97%
B = 37.63%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A690BB (or 0xA690BB) is known color: East Side. HEX triplet: A6, 90 and BB. RGB value is (166,144,187). Sum of RGB (Red+Green+Blue) = 166+144+187=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #A690BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A690BB is #596F44. Grayscale: #9B9B9B. Windows color (decimal): -5861189 or 12292262. OLE color: 12292262.

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

Color convert

RGB 166 144 187 -
CMYK 0.11 0.23 0 0.27
HSL 270.7º 0.24% 0.65% -
HSV(B) 270.7º 0.23% 0.73% -
XYZ 34.67 31.64 51.29 -
YUV 155.48 145.79 135.5 -
System Red Green Blue C M Y K H S L
Decimal 166 144 187 0.11 0.23 0 0.27 270.7 0.24 0.65
Hex A6 90 BB B 17 0 1B 10F 18 41
Octal 246 220 273 13 27 0 33 417 30 101
Binary 10100110 10010000 10111011 1011 10111 0 11011 100001111 11000 1000001

Color Harmonies of #A690BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A690BB

Black with #A690BB

Text Example


Text Example

White with #A690BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A690BB; }

 p { color: rgb(166,144,187); }

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

background-color css

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

 a { background-color: rgb(166,144,187); }

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

border-color css

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

 span { border-color: rgb(166,144,187); }

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