#AC8DDA

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

Shades of Biloba Flower #AC8DDA

Tints of Biloba Flower #AC8DDA

Color information

#AC8DDA (or 0xAC8DDA) is unknown color: approx Biloba Flower. HEX triplet: AC, 8D and DA. RGB value is (172,141,218). Sum of RGB (Red+Green+Blue) = 172+141+218=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC8DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8DDA is #537225. Grayscale: #9E9E9E. Windows color (decimal): -5468710 or 14323116. OLE color: 14323116.

HSL color Cylindrical-coordinate representation of color #AC8DDA: hue angle of 264.16º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC8DDA is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172141218-
CMYK0.210.3500.15
HSL264.16º50.99%70.39%-
HSV(B)264.16º35.32%85.49%-
XYZ39.1932.8870.61-
YUV159.05161.27137.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.39%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=32.39%
G=26.55%
B=41.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721412180.210.3500.15264.1650.9970.39
HexAC8DDA15230F1083346
Octal254215332254301741063106
Binary10101100100011011101101010101100011011111000010001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8DDA; }

 p { color: rgb(172,141,218); }

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

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

 a { background-color: rgb(172,141,218); }

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

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

 span { border-color: rgb(172,141,218); }

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