#AC9ADA

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

Shades of Biloba Flower #AC9ADA

Tints of Biloba Flower #AC9ADA

Color information

#AC9ADA (or 0xAC9ADA) is unknown color: approx Biloba Flower. HEX triplet: AC, 9A and DA. RGB value is (172,154,218). Sum of RGB (Red+Green+Blue) = 172+154+218=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC9ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ADA is #536525. Grayscale: #A6A6A6. Windows color (decimal): -5465382 or 14326444. OLE color: 14326444.

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

Color convert

RGB172154218-
CMYK0.210.2900.15
HSL256.88º46.38%72.94%-
HSV(B)256.88º29.36%85.49%-
XYZ41.2236.9471.29-
YUV166.68156.96131.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 154 (60.55% from 255) = 28.31%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=31.62%
G=28.31%
B=40.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721542180.210.2900.15256.8846.3872.94
HexAC9ADA151D0F1012e49
Octal254232332253501740156111
Binary1010110010011010110110101010111101011111000000011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9ADA; }

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

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

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

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

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

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

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

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