#AC84DE

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

Shades of Biloba Flower #AC84DE

Tints of Biloba Flower #AC84DE

Color information

#AC84DE (or 0xAC84DE) is unknown color: approx Biloba Flower. HEX triplet: AC, 84 and DE. RGB value is (172,132,222). Sum of RGB (Red+Green+Blue) = 172+132+222=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC84DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC84DE is #537B21. Grayscale: #999999. Windows color (decimal): -5471010 or 14582956. OLE color: 14582956.

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

Color convert

RGB172132222-
CMYK0.230.4100.13
HSL266.67º57.69%69.41%-
HSV(B)266.67º40.54%87.06%-
XYZ38.4530.5572.98-
YUV154.22166.25140.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 132 (51.95% from 255) = 25.10%
BLUE value IS 222 (87.11% from 255) = 42.21%
R=32.70%
G=25.10%
B=42.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721322220.230.4100.13266.6757.6969.41
HexAC84DE17290D10b3a45
Octal254204336275101541372105
Binary10101100100001001101111010111101001011011000010111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC84DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC84DE; }

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

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

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

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

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

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

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

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