#AC9BDD

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

Shades of Biloba Flower #AC9BDD

Tints of Biloba Flower #AC9BDD

Color information

#AC9BDD (or 0xAC9BDD) is unknown color: approx Biloba Flower. HEX triplet: AC, 9B and DD. RGB value is (172,155,221). Sum of RGB (Red+Green+Blue) = 172+155+221=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC9BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9BDD is #536422. Grayscale: #A7A7A7. Windows color (decimal): -5465123 or 14523308. OLE color: 14523308.

HSL color Cylindrical-coordinate representation of color #AC9BDD: hue angle of 255.45º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC9BDD is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172155221-
CMYK0.220.3000.13
HSL255.45º49.25%73.73%-
HSV(B)255.45º29.86%86.67%-
XYZ41.7937.4373.43-
YUV167.61158.13131.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.39%
GREEN value IS 155 (60.94% from 255) = 28.28%
BLUE value IS 221 (86.72% from 255) = 40.33%
R=31.39%
G=28.28%
B=40.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721552210.220.3000.13255.4549.2573.73
HexAC9BDD161E0Dff314a
Octal254233335263601537761112
Binary101011001001101111011101101101111001101111111111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BDD; }

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

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

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

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

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

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

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

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