#AC9BDA

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

Shades of Biloba Flower #AC9BDA

Tints of Biloba Flower #AC9BDA

Color information

#AC9BDA (or 0xAC9BDA) is unknown color: approx Biloba Flower. HEX triplet: AC, 9B and DA. RGB value is (172,155,218). Sum of RGB (Red+Green+Blue) = 172+155+218=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC9BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9BDA is #536425. Grayscale: #A7A7A7. Windows color (decimal): -5465126 or 14326700. OLE color: 14326700.

HSL color Cylindrical-coordinate representation of color #AC9BDA: hue angle of 256.19º 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 #AC9BDA is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172155218-
CMYK0.210.2900.15
HSL256.19º45.99%73.14%-
HSV(B)256.19º28.9%85.49%-
XYZ41.3937.2871.34-
YUV167.26156.63131.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 155 (60.94% from 255) = 28.44%
BLUE value IS 218 (85.55% from 255) = 40%
R=31.56%
G=28.44%
B=40%

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
Decimal1721552180.210.2900.15256.1945.9973.14
HexAC9BDA151D0F1002e49
Octal254233332253501740056111
Binary1010110010011011110110101010111101011111000000001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BDA; }

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

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

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

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

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

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

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

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