#A680BD

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

Shades of East Side #A680BD

Tints of East Side #A680BD

Color information

#A680BD (or 0xA680BD) is unknown color: approx East Side. HEX triplet: A6, 80 and BD. RGB value is (166,128,189). Sum of RGB (Red+Green+Blue) = 166+128+189=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #A680BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680BD is #597F42. Grayscale: #929292. Windows color (decimal): -5865283 or 12419238. OLE color: 12419238.

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

Color convert

RGB166128189-
CMYK0.120.3200.26
HSL277.38º31.61%62.16%-
HSV(B)277.38º32.28%74.12%-
XYZ32.6327.2251.68-
YUV146.32152.09142.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.37%
GREEN value IS 128 (50.39% from 255) = 26.50%
BLUE value IS 189 (74.22% from 255) = 39.13%
R=34.37%
G=26.50%
B=39.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661281890.120.3200.26277.3831.6162.16
HexA680BDC2001A115203e
Octal24620027514400324254076
Binary1010011010000000101111011100100000011010100010101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A680BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A680BD; }

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

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

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

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

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

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

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

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