#AC81DA

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

Shades of Biloba Flower #AC81DA

Tints of Biloba Flower #AC81DA

Color information

#AC81DA (or 0xAC81DA) is unknown color: approx Biloba Flower. HEX triplet: AC, 81 and DA. RGB value is (172,129,218). Sum of RGB (Red+Green+Blue) = 172+129+218=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC81DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC81DA is #537E25. Grayscale: #979797. Windows color (decimal): -5471782 or 14320044. OLE color: 14320044.

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

Color convert

RGB172129218-
CMYK0.210.4100.15
HSL268.99º54.6%68.04%-
HSV(B)268.99º40.83%85.49%-
XYZ37.5229.5370.05-
YUV152165.25142.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 129 (50.78% from 255) = 24.86%
BLUE value IS 218 (85.55% from 255) = 42.00%
R=33.14%
G=24.86%
B=42.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721292180.210.4100.15268.9954.668.04
HexAC81DA15290F10d3744
Octal254201332255101741567104
Binary10101100100000011101101010101101001011111000011011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC81DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC81DA; }

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

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

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

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

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

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

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

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