#AC90DB

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

Shades of Biloba Flower #AC90DB

Tints of Biloba Flower #AC90DB

Color information

#AC90DB (or 0xAC90DB) is unknown color: approx Biloba Flower. HEX triplet: AC, 90 and DB. RGB value is (172,144,219). Sum of RGB (Red+Green+Blue) = 172+144+219=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC90DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90DB is #536F24. Grayscale: #A0A0A0. Windows color (decimal): -5467941 or 14389420. OLE color: 14389420.

HSL color Cylindrical-coordinate representation of color #AC90DB: hue angle of 262.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC90DB is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172144219-
CMYK0.210.3400.14
HSL262.4º51.02%71.18%-
HSV(B)262.4º34.25%85.88%-
XYZ39.7733.8371.45-
YUV160.92160.78135.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.15%
GREEN value IS 144 (56.64% from 255) = 26.92%
BLUE value IS 219 (85.94% from 255) = 40.93%
R=32.15%
G=26.92%
B=40.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721442190.210.3400.14262.451.0271.18
HexAC90DB15220E1063347
Octal254220333254201640663107
Binary10101100100100001101101110101100010011101000001101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC90DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC90DB; }

 p { color: rgb(172,144,219); }

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

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

 a { background-color: rgb(172,144,219); }

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

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

 span { border-color: rgb(172,144,219); }

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