#A68AB0

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

Shades of East Side #A68AB0

Tints of East Side #A68AB0

Color information

#A68AB0 (or 0xA68AB0) is unknown color: approx East Side. HEX triplet: A6, 8A and B0. RGB value is (166,138,176). Sum of RGB (Red+Green+Blue) = 166+138+176=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 176 - color contains mainly: blue. Hex color #A68AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68AB0 is #59754F. Grayscale: #969696. Windows color (decimal): -5862736 or 11569830. OLE color: 11569830.

HSL color Cylindrical-coordinate representation of color #A68AB0: hue angle of 284.21º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A68AB0 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB166138176-
CMYK0.060.2200.31
HSL284.21º19.39%61.57%-
HSV(B)284.21º21.59%69.02%-
XYZ32.6529.4245.03-
YUV150.7142.28138.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.58%
GREEN value IS 138 (54.30% from 255) = 28.75%
BLUE value IS 176 (69.14% from 255) = 36.67%
R=34.58%
G=28.75%
B=36.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661381760.060.2200.31284.2119.3961.57
HexA68AB061601F11c133e
Octal2462122606260374342376
Binary1010011010001010101100001101011001111110001110010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68AB0; }

 p { color: rgb(166,138,176); }

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

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

 a { background-color: rgb(166,138,176); }

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

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

 span { border-color: rgb(166,138,176); }

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