#AC7DBA

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

Shades of East Side #AC7DBA

Tints of East Side #AC7DBA

Color information

#AC7DBA (or 0xAC7DBA) is unknown color: approx East Side. HEX triplet: AC, 7D and BA. RGB value is (172,125,186). Sum of RGB (Red+Green+Blue) = 172+125+186=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC7DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7DBA is #538245. Grayscale: #919191. Windows color (decimal): -5472838 or 12221868. OLE color: 12221868.

HSL color Cylindrical-coordinate representation of color #AC7DBA: hue angle of 286.23º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC7DBA is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172125186-
CMYK0.080.3300.27
HSL286.23º30.65%60.98%-
HSV(B)286.23º32.8%72.94%-
XYZ33.2126.9849.91-
YUV146.01150.57146.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.61%
GREEN value IS 125 (49.22% from 255) = 25.88%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=35.61%
G=25.88%
B=38.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721251860.080.3300.27286.2330.6560.98
HexAC7DBA82101B11e1f3d
Octal25417527210410334363775
Binary10101100111110110111010100010000101101110001111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7DBA; }

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

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

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

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

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

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

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

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