#A680CA

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

Shades of East Side #A680CA

Tints of East Side #A680CA

Color information

#A680CA (or 0xA680CA) is unknown color: approx East Side. HEX triplet: A6, 80 and CA. RGB value is (166,128,202). Sum of RGB (Red+Green+Blue) = 166+128+202=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #A680CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680CA is #597F35. Grayscale: #939393. Windows color (decimal): -5865270 or 13271206. OLE color: 13271206.

HSL color Cylindrical-coordinate representation of color #A680CA: hue angle of 270.81º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A680CA is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166128202-
CMYK0.180.3700.21
HSL270.81º41.11%64.71%-
HSV(B)270.81º36.63%79.22%-
XYZ34.1127.8159.45-
YUV147.8158.59140.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.47%
GREEN value IS 128 (50.39% from 255) = 25.81%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=33.47%
G=25.81%
B=40.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661282020.180.3700.21270.8141.1164.71
HexA680CA122501510f2941
Octal246200312224502541751101
Binary101001101000000011001010100101001010101011000011111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A680CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A680CA; }

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

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

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

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

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

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

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

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