#AC90C1

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

Shades of East Side #AC90C1

Tints of East Side #AC90C1

Color information

#AC90C1 (or 0xAC90C1) is unknown color: approx East Side. HEX triplet: AC, 90 and C1. RGB value is (172,144,193). Sum of RGB (Red+Green+Blue) = 172+144+193=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC90C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90C1 is #536F3E. Grayscale: #9D9D9D. Windows color (decimal): -5467967 or 12685484. OLE color: 12685484.

HSL color Cylindrical-coordinate representation of color #AC90C1: hue angle of 274.29º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC90C1 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172144193-
CMYK0.110.2500.24
HSL274.29º28.32%66.08%-
HSV(B)274.29º25.39%75.69%-
XYZ36.6132.5754.81-
YUV157.96147.78138.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.79%
GREEN value IS 144 (56.64% from 255) = 28.29%
BLUE value IS 193 (75.78% from 255) = 37.92%
R=33.79%
G=28.29%
B=37.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721441930.110.2500.24274.2928.3266.08
HexAC90C1B190181121c42
Octal254220301133103042234102
Binary101011001001000011000001101111001011000100010010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC90C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC90C1; }

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

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

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

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

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

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

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

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