#AC9ADD

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

Shades of Biloba Flower #AC9ADD

Tints of Biloba Flower #AC9ADD

Color information

#AC9ADD (or 0xAC9ADD) is unknown color: approx Biloba Flower. HEX triplet: AC, 9A and DD. RGB value is (172,154,221). Sum of RGB (Red+Green+Blue) = 172+154+221=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC9ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ADD is #536522. Grayscale: #A6A6A6. Windows color (decimal): -5465379 or 14523052. OLE color: 14523052.

HSL color Cylindrical-coordinate representation of color #AC9ADD: hue angle of 256.12º degrees, saturation: 0.5, 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 #AC9ADD is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172154221-
CMYK0.220.3000.13
HSL256.12º49.63%73.53%-
HSV(B)256.12º30.32%86.67%-
XYZ41.6237.173.37-
YUV167.02158.46131.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 221 (86.72% from 255) = 40.40%
R=31.44%
G=28.15%
B=40.40%

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
Decimal1721542210.220.3000.13256.1249.6373.53
HexAC9ADD161E0D100324a
Octal254232335263601540062112
Binary1010110010011010110111011011011110011011000000001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9ADD; }

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

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

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

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

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

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

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

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