#AC81DC

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

Shades of Biloba Flower #AC81DC

Tints of Biloba Flower #AC81DC

Color information

#AC81DC (or 0xAC81DC) is unknown color: approx Biloba Flower. HEX triplet: AC, 81 and DC. RGB value is (172,129,220). Sum of RGB (Red+Green+Blue) = 172+129+220=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC81DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC81DC is #537E23. Grayscale: #979797. Windows color (decimal): -5471780 or 14451116. OLE color: 14451116.

HSL color Cylindrical-coordinate representation of color #AC81DC: hue angle of 268.35º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC81DC is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172129220-
CMYK0.220.4100.14
HSL268.35º56.52%68.43%-
HSV(B)268.35º41.36%86.27%-
XYZ37.7829.6471.44-
YUV152.23166.25142.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 129 (50.78% from 255) = 24.76%
BLUE value IS 220 (86.33% from 255) = 42.23%
R=33.01%
G=24.76%
B=42.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721292200.220.4100.14268.3556.5268.43
HexAC81DC16290E10c3944
Octal254201334265101641471104
Binary10101100100000011101110010110101001011101000011001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC81DC; }

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

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

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

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

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

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

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

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