#A782BB

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

Shades of East Side #A782BB

Tints of East Side #A782BB

Color information

#A782BB (or 0xA782BB) is unknown color: approx East Side. HEX triplet: A7, 82 and BB. RGB value is (167,130,187). Sum of RGB (Red+Green+Blue) = 167+130+187=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #A782BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A782BB is #587D44. Grayscale: #939393. Windows color (decimal): -5799237 or 12288679. OLE color: 12288679.

HSL color Cylindrical-coordinate representation of color #A782BB: hue angle of 278.95º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A782BB is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB167130187-
CMYK0.110.3000.27
HSL278.95º29.53%62.16%-
HSV(B)278.95º30.48%73.33%-
XYZ32.8927.7750.64-
YUV147.56150.26141.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.50%
GREEN value IS 130 (51.17% from 255) = 26.86%
BLUE value IS 187 (73.44% from 255) = 38.64%
R=34.50%
G=26.86%
B=38.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671301870.110.3000.27278.9529.5362.16
HexA782BBB1E01B1171e3e
Octal24720227313360334273676
Binary10100111100000101011101110111111001101110001011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A782BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A782BB; }

 p { color: rgb(167,130,187); }

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

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

 a { background-color: rgb(167,130,187); }

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

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

 span { border-color: rgb(167,130,187); }

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