#AC8AD8

Color #AC8AD8 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AC8AD8

Tints of Biloba Flower #AC8AD8

Color information

#AC8AD8 (or 0xAC8AD8) is unknown color: approx Biloba Flower. HEX triplet: AC, 8A and D8. RGB value is (172,138,216). Sum of RGB (Red+Green+Blue) = 172+138+216=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC8AD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8AD8 is #537527. Grayscale: #9C9C9C. Windows color (decimal): -5469480 or 14191276. OLE color: 14191276.

HSL color Cylindrical-coordinate representation of color #AC8AD8: hue angle of 266.15º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC8AD8 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172138216-
CMYK0.200.3600.15
HSL266.15º50%69.41%-
HSV(B)266.15º36.11%84.71%-
XYZ38.531.9169.1-
YUV157.06161.26138.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 138 (54.30% from 255) = 26.24%
BLUE value IS 216 (84.77% from 255) = 41.06%
R=32.70%
G=26.24%
B=41.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721382160.200.3600.15266.155069.41
HexAC8AD814240F10a3245
Octal254212330244401741262105
Binary10101100100010101101100010100100100011111000010101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8AD8; }

 p { color: rgb(172,138,216); }

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

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

 a { background-color: rgb(172,138,216); }

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

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

 span { border-color: rgb(172,138,216); }

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