#AC81DE

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

Shades of Biloba Flower #AC81DE

Tints of Biloba Flower #AC81DE

Color information

#AC81DE (or 0xAC81DE) is unknown color: approx Biloba Flower. HEX triplet: AC, 81 and DE. RGB value is (172,129,222). Sum of RGB (Red+Green+Blue) = 172+129+222=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC81DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC81DE is #537E21. Grayscale: #989898. Windows color (decimal): -5471778 or 14582188. OLE color: 14582188.

HSL color Cylindrical-coordinate representation of color #AC81DE: hue angle of 267.74º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC81DE is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172129222-
CMYK0.230.4200.13
HSL267.74º58.49%68.82%-
HSV(B)267.74º41.89%87.06%-
XYZ38.0529.7572.84-
YUV152.46167.25141.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 129 (50.78% from 255) = 24.67%
BLUE value IS 222 (87.11% from 255) = 42.45%
R=32.89%
G=24.67%
B=42.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721292220.230.4200.13267.7458.4968.82
HexAC81DE172A0D10c3a45
Octal254201336275201541472105
Binary10101100100000011101111010111101010011011000011001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC81DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC81DE; }

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

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

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

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

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

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

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

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