#AC8FB4

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

Shades of East Side #AC8FB4

Tints of East Side #AC8FB4

Color information

#AC8FB4 (or 0xAC8FB4) is unknown color: approx East Side. HEX triplet: AC, 8F and B4. RGB value is (172,143,180). Sum of RGB (Red+Green+Blue) = 172+143+180=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC8FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8FB4 is #53704B. Grayscale: #9B9B9B. Windows color (decimal): -5468236 or 11833260. OLE color: 11833260.

HSL color Cylindrical-coordinate representation of color #AC8FB4: hue angle of 287.03º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC8FB4 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB172143180-
CMYK0.040.2100.29
HSL287.03º19.79%63.33%-
HSV(B)287.03º20.56%70.59%-
XYZ35.0731.7147.45-
YUV155.89141.61139.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.75%
GREEN value IS 143 (56.25% from 255) = 28.89%
BLUE value IS 180 (70.70% from 255) = 36.36%
R=34.75%
G=28.89%
B=36.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721431800.040.2100.29287.0319.7963.33
HexAC8FB441501D11f143f
Octal2542172644250354372477
Binary1010110010001111101101001001010101110110001111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8FB4; }

 p { color: rgb(172,143,180); }

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

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

 a { background-color: rgb(172,143,180); }

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

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

 span { border-color: rgb(172,143,180); }

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