#AC94C1

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

Shades of East Side #AC94C1

Tints of East Side #AC94C1

Color information

#AC94C1 (or 0xAC94C1) is unknown color: approx East Side. HEX triplet: AC, 94 and C1. RGB value is (172,148,193). Sum of RGB (Red+Green+Blue) = 172+148+193=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC94C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC94C1 is #536B3E. Grayscale: #A0A0A0. Windows color (decimal): -5466943 or 12686508. OLE color: 12686508.

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

Color convert

RGB172148193-
CMYK0.110.2300.24
HSL272º26.63%66.86%-
HSV(B)272º23.32%75.69%-
XYZ37.2333.855.01-
YUV160.31146.45136.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 148 (58.20% from 255) = 28.85%
BLUE value IS 193 (75.78% from 255) = 37.62%
R=33.53%
G=28.85%
B=37.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721481930.110.2300.2427226.6366.86
HexAC94C1B170181101b43
Octal254224301132703042033103
Binary101011001001010011000001101110111011000100010000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94C1; }

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

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

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

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

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

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

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

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