#AC7DBE

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

Shades of East Side #AC7DBE

Tints of East Side #AC7DBE

Color information

#AC7DBE (or 0xAC7DBE) is unknown color: approx East Side. HEX triplet: AC, 7D and BE. RGB value is (172,125,190). Sum of RGB (Red+Green+Blue) = 172+125+190=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC7DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7DBE is #538241. Grayscale: #929292. Windows color (decimal): -5472834 or 12484012. OLE color: 12484012.

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

Color convert

RGB172125190-
CMYK0.090.3400.25
HSL283.38º33.33%61.76%-
HSV(B)283.38º34.21%74.51%-
XYZ33.6427.1652.18-
YUV146.46152.57146.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 125 (49.22% from 255) = 25.67%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=35.32%
G=25.67%
B=39.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721251900.090.3400.25283.3833.3361.76
HexAC7DBE92201911b213e
Octal25417527611420314334176
Binary101011001111101101111101001100010011001100011011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7DBE; }

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

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

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

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

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

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

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

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