#AC9CDA

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

Shades of Biloba Flower #AC9CDA

Tints of Biloba Flower #AC9CDA

Color information

#AC9CDA (or 0xAC9CDA) is unknown color: approx Biloba Flower. HEX triplet: AC, 9C and DA. RGB value is (172,156,218). Sum of RGB (Red+Green+Blue) = 172+156+218=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC9CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CDA is #536325. Grayscale: #A7A7A7. Windows color (decimal): -5464870 or 14326956. OLE color: 14326956.

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

Color convert

RGB172156218-
CMYK0.210.2800.15
HSL255.48º45.59%73.33%-
HSV(B)255.48º28.44%85.49%-
XYZ41.5637.6171.4-
YUV167.85156.3130.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 156 (61.33% from 255) = 28.57%
BLUE value IS 218 (85.55% from 255) = 39.93%
R=31.50%
G=28.57%
B=39.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721562180.210.2800.15255.4845.5973.33
HexAC9CDA151C0Fff2e49
Octal254234332253401737756111
Binary101011001001110011011010101011110001111111111111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CDA; }

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

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

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

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

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

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

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

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