#A682BF

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

Shades of East Side #A682BF

Tints of East Side #A682BF

Color information

#A682BF (or 0xA682BF) is unknown color: approx East Side. HEX triplet: A6, 82 and BF. RGB value is (166,130,191). Sum of RGB (Red+Green+Blue) = 166+130+191=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #A682BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682BF is #597D40. Grayscale: #939393. Windows color (decimal): -5864769 or 12550822. OLE color: 12550822.

HSL color Cylindrical-coordinate representation of color #A682BF: hue angle of 275.41º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A682BF is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166130191-
CMYK0.130.3200.25
HSL275.41º32.28%62.94%-
HSV(B)275.41º31.94%74.9%-
XYZ33.1127.8352.92-
YUV147.72152.43141.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.09%
GREEN value IS 130 (51.17% from 255) = 26.69%
BLUE value IS 191 (75% from 255) = 39.22%
R=34.09%
G=26.69%
B=39.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661301910.130.3200.25275.4132.2862.94
HexA682BFD20019113203f
Octal24620227715400314234077
Binary1010011010000010101111111101100000011001100010011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A682BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A682BF; }

 p { color: rgb(166,130,191); }

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

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

 a { background-color: rgb(166,130,191); }

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

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

 span { border-color: rgb(166,130,191); }

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