#AC94DB

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

Shades of Biloba Flower #AC94DB

Tints of Biloba Flower #AC94DB

Color information

#AC94DB (or 0xAC94DB) is unknown color: approx Biloba Flower. HEX triplet: AC, 94 and DB. RGB value is (172,148,219). Sum of RGB (Red+Green+Blue) = 172+148+219=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC94DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC94DB is #536B24. Grayscale: #A3A3A3. Windows color (decimal): -5466917 or 14390444. OLE color: 14390444.

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

Color convert

RGB172148219-
CMYK0.210.3200.14
HSL260.28º49.65%71.96%-
HSV(B)260.28º32.42%85.88%-
XYZ40.3935.0671.66-
YUV163.27159.45134.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 148 (58.20% from 255) = 27.46%
BLUE value IS 219 (85.94% from 255) = 40.63%
R=31.91%
G=27.46%
B=40.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721482190.210.3200.14260.2849.6571.96
HexAC94DB15200E1043248
Octal254224333254001640462110
Binary10101100100101001101101110101100000011101000001001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94DB; }

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

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

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

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

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

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

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

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