#AC8ED1

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

Shades of Biloba Flower #AC8ED1

Tints of Biloba Flower #AC8ED1

Color information

#AC8ED1 (or 0xAC8ED1) is unknown color: approx Biloba Flower. HEX triplet: AC, 8E and D1. RGB value is (172,142,209). Sum of RGB (Red+Green+Blue) = 172+142+209=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC8ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8ED1 is #53712E. Grayscale: #9E9E9E. Windows color (decimal): -5468463 or 13733548. OLE color: 13733548.

HSL color Cylindrical-coordinate representation of color #AC8ED1: hue angle of 266.87º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC8ED1 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172142209-
CMYK0.180.3200.18
HSL266.87º42.14%68.82%-
HSV(B)266.87º32.06%81.96%-
XYZ38.1932.7264.62-
YUV158.61156.44137.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 142 (55.86% from 255) = 27.15%
BLUE value IS 209 (82.03% from 255) = 39.96%
R=32.89%
G=27.15%
B=39.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721422090.180.3200.18266.8742.1468.82
HexAC8ED1122001210b2a45
Octal254216321224002241352105
Binary101011001000111011010001100101000000100101000010111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8ED1; }

 p { color: rgb(172,142,209); }

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

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

 a { background-color: rgb(172,142,209); }

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

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

 span { border-color: rgb(172,142,209); }

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