#AC7FBE

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

Shades of East Side #AC7FBE

Tints of East Side #AC7FBE

Color information

#AC7FBE (or 0xAC7FBE) is unknown color: approx East Side. HEX triplet: AC, 7F and BE. RGB value is (172,127,190). Sum of RGB (Red+Green+Blue) = 172+127+190=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC7FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7FBE is #538041. Grayscale: #939393. Windows color (decimal): -5472322 or 12484524. OLE color: 12484524.

HSL color Cylindrical-coordinate representation of color #AC7FBE: hue angle of 282.86º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC7FBE is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172127190-
CMYK0.090.3300.25
HSL282.86º32.64%62.16%-
HSV(B)282.86º33.16%74.51%-
XYZ33.927.6752.27-
YUV147.64151.91145.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 127 (50% from 255) = 25.97%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=35.17%
G=25.97%
B=38.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721271900.090.3300.25282.8632.6462.16
HexAC7FBE92101911b213e
Octal25417727611410314334176
Binary101011001111111101111101001100001011001100011011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7FBE; }

 p { color: rgb(172,127,190); }

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

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

 a { background-color: rgb(172,127,190); }

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

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

 span { border-color: rgb(172,127,190); }

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