#A788C0

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

Shades of East Side #A788C0

Tints of East Side #A788C0

Color information

#A788C0 (or 0xA788C0) is unknown color: approx East Side. HEX triplet: A7, 88 and C0. RGB value is (167,136,192). Sum of RGB (Red+Green+Blue) = 167+136+192=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 192 - color contains mainly: blue. Hex color #A788C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A788C0 is #58773F. Grayscale: #979797. Windows color (decimal): -5797696 or 12617895. OLE color: 12617895.

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

Color convert

RGB167136192-
CMYK0.130.2900.25
HSL273.21º30.77%64.31%-
HSV(B)273.21º29.17%75.29%-
XYZ34.2529.6353.78-
YUV151.65150.77138.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.74%
GREEN value IS 136 (53.52% from 255) = 27.47%
BLUE value IS 192 (75.39% from 255) = 38.79%
R=33.74%
G=27.47%
B=38.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671361920.130.2900.25273.2130.7764.31
HexA788C0D1D0191111f40
Octal247210300153503142137100
Binary101001111000100011000000110111101011001100010001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A788C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A788C0; }

 p { color: rgb(167,136,192); }

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

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

 a { background-color: rgb(167,136,192); }

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

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

 span { border-color: rgb(167,136,192); }

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