#AC8DEA

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

Shades of Biloba Flower #AC8DEA

Tints of Biloba Flower #AC8DEA

Color information

#AC8DEA (or 0xAC8DEA) is unknown color: approx Biloba Flower. HEX triplet: AC, 8D and EA. RGB value is (172,141,234). Sum of RGB (Red+Green+Blue) = 172+141+234=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC8DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8DEA is #537215. Grayscale: #A0A0A0. Windows color (decimal): -5468694 or 15371692. OLE color: 15371692.

HSL color Cylindrical-coordinate representation of color #AC8DEA: hue angle of 260º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC8DEA is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172141234-
CMYK0.260.4000.08
HSL260º68.89%73.53%-
HSV(B)260º39.74%91.76%-
XYZ41.3933.7682.18-
YUV160.87169.27135.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 141 (55.47% from 255) = 25.78%
BLUE value IS 234 (91.80% from 255) = 42.78%
R=31.44%
G=25.78%
B=42.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721412340.260.4000.0826068.8973.53
HexAC8DEA1A2808104454a
Octal2542153523250010404105112
Binary101011001000110111101010110101010000100010000010010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8DEA; }

 p { color: rgb(172,141,234); }

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

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

 a { background-color: rgb(172,141,234); }

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

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

 span { border-color: rgb(172,141,234); }

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