#A690BD

Color #A690BD East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A690BD

Tints of East Side #A690BD

Color information

#A690BD (or 0xA690BD) is unknown color: approx East Side. HEX triplet: A6, 90 and BD. RGB value is (166,144,189). Sum of RGB (Red+Green+Blue) = 166+144+189=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #A690BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A690BD is #596F42. Grayscale: #9B9B9B. Windows color (decimal): -5861187 or 12423334. OLE color: 12423334.

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

Color convert

RGB166144189-
CMYK0.120.2400.26
HSL269.33º25.42%65.29%-
HSV(B)269.33º23.81%74.12%-
XYZ34.8831.7352.43-
YUV155.71146.79135.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.27%
GREEN value IS 144 (56.64% from 255) = 28.86%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=33.27%
G=28.86%
B=37.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661441890.120.2400.26269.3325.4265.29
HexA690BDC1801A10d1941
Octal246220275143003241531101
Binary101001101001000010111101110011000011010100001101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A690BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A690BD; }

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

 H1.HeaderClassName
 {
   color: #A690BD;
 }
 .AnyTagClassName
 {
   color: #A690BD;
 }
</style>
background-color css

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

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

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

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

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

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