#AC8CCB

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

Shades of East Side #AC8CCB

Tints of East Side #AC8CCB

Color information

#AC8CCB (or 0xAC8CCB) is unknown color: approx East Side. HEX triplet: AC, 8C and CB. RGB value is (172,140,203). Sum of RGB (Red+Green+Blue) = 172+140+203=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC8CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8CCB is #537334. Grayscale: #9C9C9C. Windows color (decimal): -5468981 or 13339820. OLE color: 13339820.

HSL color Cylindrical-coordinate representation of color #AC8CCB: hue angle of 270.48º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC8CCB is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172140203-
CMYK0.150.3100.20
HSL270.48º37.72%67.25%-
HSV(B)270.48º31.03%79.61%-
XYZ37.1731.8460.69-
YUV156.75154.1138.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.40%
GREEN value IS 140 (55.08% from 255) = 27.18%
BLUE value IS 203 (79.69% from 255) = 39.42%
R=33.40%
G=27.18%
B=39.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721402030.150.3100.20270.4837.7267.25
HexAC8CCBF1F01410e2643
Octal254214313173702441646103
Binary1010110010001100110010111111111110101001000011101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8CCB; }

 p { color: rgb(172,140,203); }

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

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

 a { background-color: rgb(172,140,203); }

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

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

 span { border-color: rgb(172,140,203); }

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