#AC95C4

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

Shades of East Side #AC95C4

Tints of East Side #AC95C4

Color information

#AC95C4 (or 0xAC95C4) is unknown color: approx East Side. HEX triplet: AC, 95 and C4. RGB value is (172,149,196). Sum of RGB (Red+Green+Blue) = 172+149+196=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC95C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC95C4 is #536A3B. Grayscale: #A1A1A1. Windows color (decimal): -5466684 or 12883372. OLE color: 12883372.

HSL color Cylindrical-coordinate representation of color #AC95C4: hue angle of 269.36º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC95C4 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB172149196-
CMYK0.120.2400.23
HSL269.36º28.48%67.65%-
HSV(B)269.36º23.98%76.86%-
XYZ37.7234.2556.85-
YUV161.23147.62135.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 149 (58.59% from 255) = 28.82%
BLUE value IS 196 (76.95% from 255) = 37.91%
R=33.27%
G=28.82%
B=37.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721491960.120.2400.23269.3628.4867.65
HexAC95C4C1801710d1c44
Octal254225304143002741534104
Binary101011001001010111000100110011000010111100001101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95C4; }

 p { color: rgb(172,149,196); }

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

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

 a { background-color: rgb(172,149,196); }

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

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

 span { border-color: rgb(172,149,196); }

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