#AC8AE3

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

Shades of Biloba Flower #AC8AE3

Tints of Biloba Flower #AC8AE3

Color information

#AC8AE3 (or 0xAC8AE3) is unknown color: approx Biloba Flower. HEX triplet: AC, 8A and E3. RGB value is (172,138,227). Sum of RGB (Red+Green+Blue) = 172+138+227=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 227 (89.06% from 255 or 42.27% from 537); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC8AE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8AE3 is #53751C. Grayscale: #9D9D9D. Windows color (decimal): -5469469 or 14912172. OLE color: 14912172.

HSL color Cylindrical-coordinate representation of color #AC8AE3: hue angle of 262.92º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC8AE3 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172138227-
CMYK0.240.3900.11
HSL262.92º61.38%71.57%-
HSV(B)262.92º39.21%89.02%-
XYZ39.9732.4976.84-
YUV158.31166.76137.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 138 (54.30% from 255) = 25.70%
BLUE value IS 227 (89.06% from 255) = 42.27%
R=32.03%
G=25.70%
B=42.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721382270.240.3900.11262.9261.3871.57
HexAC8AE318270B1073d48
Octal254212343304701340775110
Binary10101100100010101110001111000100111010111000001111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8AE3; }

 p { color: rgb(172,138,227); }

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

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

 a { background-color: rgb(172,138,227); }

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

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

 span { border-color: rgb(172,138,227); }

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