#AC78BD

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

Shades of East Side #AC78BD

Tints of East Side #AC78BD

Color information

#AC78BD (or 0xAC78BD) is unknown color: approx East Side. HEX triplet: AC, 78 and BD. RGB value is (172,120,189). Sum of RGB (Red+Green+Blue) = 172+120+189=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC78BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC78BD is #538742. Grayscale: #8F8F8F. Windows color (decimal): -5474115 or 12417196. OLE color: 12417196.

HSL color Cylindrical-coordinate representation of color #AC78BD: hue angle of 285.22º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC78BD is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172120189-
CMYK0.090.3700.26
HSL285.22º34.33%60.59%-
HSV(B)285.22º36.51%74.12%-
XYZ32.9225.8851.4-
YUV143.41153.73148.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 120 (47.27% from 255) = 24.95%
BLUE value IS 189 (74.22% from 255) = 39.29%
R=35.76%
G=24.95%
B=39.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721201890.090.3700.26285.2234.3360.59
HexAC78BD92501A11d223d
Octal25417027511450324354275
Binary101011001111000101111011001100101011010100011101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC78BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC78BD; }

 p { color: rgb(172,120,189); }

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

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

 a { background-color: rgb(172,120,189); }

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

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

 span { border-color: rgb(172,120,189); }

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