#AC80DA

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

Shades of Biloba Flower #AC80DA

Tints of Biloba Flower #AC80DA

Color information

#AC80DA (or 0xAC80DA) is unknown color: approx Biloba Flower. HEX triplet: AC, 80 and DA. RGB value is (172,128,218). Sum of RGB (Red+Green+Blue) = 172+128+218=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC80DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC80DA is #537F25. Grayscale: #979797. Windows color (decimal): -5472038 or 14319788. OLE color: 14319788.

HSL color Cylindrical-coordinate representation of color #AC80DA: hue angle of 269.33º 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 #AC80DA is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172128218-
CMYK0.210.4100.15
HSL269.33º54.88%67.84%-
HSV(B)269.33º41.28%85.49%-
XYZ37.3929.2770.01-
YUV151.42165.58142.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 128 (50.39% from 255) = 24.71%
BLUE value IS 218 (85.55% from 255) = 42.08%
R=33.20%
G=24.71%
B=42.08%

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
Decimal1721282180.210.4100.15269.3354.8867.84
HexAC80DA15290F10d3744
Octal254200332255101741567104
Binary10101100100000001101101010101101001011111000011011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC80DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC80DA; }

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

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

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

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

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

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

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

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