#AC9EDB

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

Shades of Biloba Flower #AC9EDB

Tints of Biloba Flower #AC9EDB

Color information

#AC9EDB (or 0xAC9EDB) is unknown color: approx Biloba Flower. HEX triplet: AC, 9E and DB. RGB value is (172,158,219). Sum of RGB (Red+Green+Blue) = 172+158+219=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC9EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9EDB is #536124. Grayscale: #A8A8A8. Windows color (decimal): -5464357 or 14393004. OLE color: 14393004.

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

Color convert

RGB172158219-
CMYK0.210.2800.14
HSL253.77º45.86%73.92%-
HSV(B)253.77º27.85%85.88%-
XYZ42.0338.3472.2-
YUV169.14156.14130.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.33%
GREEN value IS 158 (62.11% from 255) = 28.78%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=31.33%
G=28.78%
B=39.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721582190.210.2800.14253.7745.8673.92
HexAC9EDB151C0Efe2e4a
Octal254236333253401637656112
Binary101011001001111011011011101011110001110111111101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EDB; }

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

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

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

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

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

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

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

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