#AC90BD

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

Shades of East Side #AC90BD

Tints of East Side #AC90BD

Color information

#AC90BD (or 0xAC90BD) is unknown color: approx East Side. HEX triplet: AC, 90 and BD. RGB value is (172,144,189). Sum of RGB (Red+Green+Blue) = 172+144+189=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC90BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90BD is #536F42. Grayscale: #9D9D9D. Windows color (decimal): -5467971 or 12423340. OLE color: 12423340.

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

Color convert

RGB172144189-
CMYK0.090.2400.26
HSL277.33º25.42%65.29%-
HSV(B)277.33º23.81%74.12%-
XYZ36.1732.3952.49-
YUV157.5145.78138.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.06%
GREEN value IS 144 (56.64% from 255) = 28.51%
BLUE value IS 189 (74.22% from 255) = 37.43%
R=34.06%
G=28.51%
B=37.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721441890.090.2400.26277.3325.4265.29
HexAC90BD91801A1151941
Octal254220275113003242531101
Binary101011001001000010111101100111000011010100010101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC90BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC90BD; }

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

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

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

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

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

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

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

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