#AC8ADA

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

Shades of Biloba Flower #AC8ADA

Tints of Biloba Flower #AC8ADA

Color information

#AC8ADA (or 0xAC8ADA) is unknown color: approx Biloba Flower. HEX triplet: AC, 8A and DA. RGB value is (172,138,218). Sum of RGB (Red+Green+Blue) = 172+138+218=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC8ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8ADA is #537525. Grayscale: #9D9D9D. Windows color (decimal): -5469478 or 14322348. OLE color: 14322348.

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

Color convert

RGB172138218-
CMYK0.210.3700.15
HSL265.5º51.95%69.8%-
HSV(B)265.5º36.7%85.49%-
XYZ38.7632.0170.47-
YUV157.29162.26138.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.58%
GREEN value IS 138 (54.30% from 255) = 26.14%
BLUE value IS 218 (85.55% from 255) = 41.29%
R=32.58%
G=26.14%
B=41.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721382180.210.3700.15265.551.9569.8
HexAC8ADA15250F10a3446
Octal254212332254501741264106
Binary10101100100010101101101010101100101011111000010101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8ADA; }

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

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

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

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

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

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

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

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