#AC8ED5

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

Shades of Biloba Flower #AC8ED5

Tints of Biloba Flower #AC8ED5

Color information

#AC8ED5 (or 0xAC8ED5) is unknown color: approx Biloba Flower. HEX triplet: AC, 8E and D5. RGB value is (172,142,213). Sum of RGB (Red+Green+Blue) = 172+142+213=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC8ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8ED5 is #53712A. Grayscale: #9E9E9E. Windows color (decimal): -5468459 or 13995692. OLE color: 13995692.

HSL color Cylindrical-coordinate representation of color #AC8ED5: hue angle of 265.35º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC8ED5 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172142213-
CMYK0.190.3300.16
HSL265.35º45.81%69.61%-
HSV(B)265.35º33.33%83.53%-
XYZ38.732.9267.27-
YUV159.06158.44137.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 142 (55.86% from 255) = 26.94%
BLUE value IS 213 (83.59% from 255) = 40.42%
R=32.64%
G=26.94%
B=40.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721422130.190.3300.16265.3545.8169.61
HexAC8ED513210101092e46
Octal254216325234102041156106
Binary101011001000111011010101100111000010100001000010011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8ED5; }

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

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

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

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

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

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

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

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