#AC7ABD

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

Shades of East Side #AC7ABD

Tints of East Side #AC7ABD

Color information

#AC7ABD (or 0xAC7ABD) is unknown color: approx East Side. HEX triplet: AC, 7A and BD. RGB value is (172,122,189). Sum of RGB (Red+Green+Blue) = 172+122+189=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC7ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7ABD is #538542. Grayscale: #909090. Windows color (decimal): -5473603 or 12417708. OLE color: 12417708.

HSL color Cylindrical-coordinate representation of color #AC7ABD: hue angle of 284.78º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC7ABD is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172122189-
CMYK0.090.3500.26
HSL284.78º33.67%60.98%-
HSV(B)284.78º35.45%74.12%-
XYZ33.1626.3651.49-
YUV144.59153.06147.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.61%
GREEN value IS 122 (48.05% from 255) = 25.26%
BLUE value IS 189 (74.22% from 255) = 39.13%
R=35.61%
G=25.26%
B=39.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721221890.090.3500.26284.7833.6760.98
HexAC7ABD92301A11d223d
Octal25417227511430324354275
Binary101011001111010101111011001100011011010100011101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7ABD; }

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

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

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

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

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

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

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

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