#A680AC

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

Shades of East Side #A680AC

Tints of East Side #A680AC

Color information

#A680AC (or 0xA680AC) is unknown color: approx East Side. HEX triplet: A6, 80 and AC. RGB value is (166,128,172). Sum of RGB (Red+Green+Blue) = 166+128+172=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #A680AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A680AC is #597F53. Grayscale: #909090. Windows color (decimal): -5865300 or 11305126. OLE color: 11305126.

HSL color Cylindrical-coordinate representation of color #A680AC: hue angle of 291.82º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A680AC is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166128172-
CMYK0.030.2600.33
HSL291.82º20.95%58.82%-
HSV(B)291.82º25.58%67.45%-
XYZ30.8926.5242.52-
YUV144.38143.59143.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.62%
GREEN value IS 128 (50.39% from 255) = 27.47%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=35.62%
G=27.47%
B=36.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661281720.030.2600.33291.8220.9558.82
HexA680AC31A021124153b
Octal2462002543320414442573
Binary1010011010000000101011001111010010000110010010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A680AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A680AC; }

 p { color: rgb(166,128,172); }

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

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

 a { background-color: rgb(166,128,172); }

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

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

 span { border-color: rgb(166,128,172); }

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