#AC89CA

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

Shades of East Side #AC89CA

Tints of East Side #AC89CA

Color information

#AC89CA (or 0xAC89CA) is unknown color: approx East Side. HEX triplet: AC, 89 and CA. RGB value is (172,137,202). Sum of RGB (Red+Green+Blue) = 172+137+202=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC89CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC89CA is #537635. Grayscale: #9A9A9A. Windows color (decimal): -5469750 or 13273516. OLE color: 13273516.

HSL color Cylindrical-coordinate representation of color #AC89CA: hue angle of 272.31º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC89CA is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172137202-
CMYK0.150.3200.21
HSL272.31º38.01%66.47%-
HSV(B)272.31º32.18%79.22%-
XYZ36.6230.9359.92-
YUV154.87154.6140.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 137 (53.91% from 255) = 26.81%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=33.66%
G=26.81%
B=39.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721372020.150.3200.21272.3138.0166.47
HexAC89CAF200151102642
Octal254211312174002542046102
Binary10101100100010011100101011111000000101011000100001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC89CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC89CA; }

 p { color: rgb(172,137,202); }

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

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

 a { background-color: rgb(172,137,202); }

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

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

 span { border-color: rgb(172,137,202); }

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