#AC7ED9

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

Shades of Biloba Flower #AC7ED9

Tints of Biloba Flower #AC7ED9

Color information

#AC7ED9 (or 0xAC7ED9) is unknown color: approx Biloba Flower. HEX triplet: AC, 7E and D9. RGB value is (172,126,217). Sum of RGB (Red+Green+Blue) = 172+126+217=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC7ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7ED9 is #538126. Grayscale: #959595. Windows color (decimal): -5472551 or 14253740. OLE color: 14253740.

HSL color Cylindrical-coordinate representation of color #AC7ED9: hue angle of 270.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC7ED9 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172126217-
CMYK0.210.4200.15
HSL270.33º54.49%67.25%-
HSV(B)270.33º41.94%85.1%-
XYZ3728.769.24-
YUV150.13165.74143.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.40%
GREEN value IS 126 (49.61% from 255) = 24.47%
BLUE value IS 217 (85.16% from 255) = 42.14%
R=33.40%
G=24.47%
B=42.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721262170.210.4200.15270.3354.4967.25
HexAC7ED9152A0F10e3643
Octal254176331255201741666103
Binary1010110011111101101100110101101010011111000011101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7ED9; }

 p { color: rgb(172,126,217); }

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

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

 a { background-color: rgb(172,126,217); }

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

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

 span { border-color: rgb(172,126,217); }

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