#AC72BD

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

Shades of East Side #AC72BD

Tints of East Side #AC72BD

Color information

#AC72BD (or 0xAC72BD) is unknown color: approx East Side. HEX triplet: AC, 72 and BD. RGB value is (172,114,189). Sum of RGB (Red+Green+Blue) = 172+114+189=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC72BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC72BD is #538D42. Grayscale: #8B8B8B. Windows color (decimal): -5475651 or 12415660. OLE color: 12415660.

HSL color Cylindrical-coordinate representation of color #AC72BD: hue angle of 286.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC72BD is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172114189-
CMYK0.090.4000.26
HSL286.4º36.23%59.41%-
HSV(B)286.4º39.68%74.12%-
XYZ32.2224.4851.17-
YUV139.89155.72150.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 114 (44.92% from 255) = 24%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=36.21%
G=24%
B=39.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721141890.090.4000.26286.436.2359.41
HexAC72BD92801A11e243b
Octal25416227511500324364473
Binary101011001110010101111011001101000011010100011110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC72BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC72BD; }

 p { color: rgb(172,114,189); }

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

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

 a { background-color: rgb(172,114,189); }

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

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

 span { border-color: rgb(172,114,189); }

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