#AC9EDC

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

Shades of Biloba Flower #AC9EDC

Tints of Biloba Flower #AC9EDC

Color information

#AC9EDC (or 0xAC9EDC) is unknown color: approx Biloba Flower. HEX triplet: AC, 9E and DC. RGB value is (172,158,220). Sum of RGB (Red+Green+Blue) = 172+158+220=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC9EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9EDC is #536123. Grayscale: #A9A9A9. Windows color (decimal): -5464356 or 14458540. OLE color: 14458540.

HSL color Cylindrical-coordinate representation of color #AC9EDC: hue angle of 253.55º degrees, saturation: 0.47, 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 #AC9EDC is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172158220-
CMYK0.220.2800.14
HSL253.55º46.97%74.12%-
HSV(B)253.55º28.18%86.27%-
XYZ42.1638.3972.9-
YUV169.25156.64129.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.27%
GREEN value IS 158 (62.11% from 255) = 28.73%
BLUE value IS 220 (86.33% from 255) = 40%
R=31.27%
G=28.73%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721582200.220.2800.14253.5546.9774.12
HexAC9EDC161C0Efe2f4a
Octal254236334263401637657112
Binary101011001001111011011100101101110001110111111101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EDC; }

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

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

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

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

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

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

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

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