#AC84DA

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

Shades of Biloba Flower #AC84DA

Tints of Biloba Flower #AC84DA

Color information

#AC84DA (or 0xAC84DA) is unknown color: approx Biloba Flower. HEX triplet: AC, 84 and DA. RGB value is (172,132,218). Sum of RGB (Red+Green+Blue) = 172+132+218=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC84DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC84DA is #537B25. Grayscale: #999999. Windows color (decimal): -5471014 or 14320812. OLE color: 14320812.

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

Color convert

RGB172132218-
CMYK0.210.3900.15
HSL267.91º53.75%68.63%-
HSV(B)267.91º39.45%85.49%-
XYZ37.9230.3470.19-
YUV153.76164.25141.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 132 (51.95% from 255) = 25.29%
BLUE value IS 218 (85.55% from 255) = 41.76%
R=32.95%
G=25.29%
B=41.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721322180.210.3900.15267.9153.7568.63
HexAC84DA15270F10c3645
Octal254204332254701741466105
Binary10101100100001001101101010101100111011111000011001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC84DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC84DA; }

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

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

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

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

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

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

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

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