#AC84E7

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

Shades of Biloba Flower #AC84E7

Tints of Biloba Flower #AC84E7

Color information

#AC84E7 (or 0xAC84E7) is unknown color: approx Biloba Flower. HEX triplet: AC, 84 and E7. RGB value is (172,132,231). Sum of RGB (Red+Green+Blue) = 172+132+231=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC84E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC84E7 is #537B18. Grayscale: #9A9A9A. Windows color (decimal): -5471001 or 15172780. OLE color: 15172780.

HSL color Cylindrical-coordinate representation of color #AC84E7: hue angle of 264.24º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC84E7 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172132231-
CMYK0.260.4300.09
HSL264.24º67.35%71.18%-
HSV(B)264.24º42.86%90.59%-
XYZ39.6931.0479.5-
YUV155.25170.75139.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.15%
GREEN value IS 132 (51.95% from 255) = 24.67%
BLUE value IS 231 (90.62% from 255) = 43.18%
R=32.15%
G=24.67%
B=43.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1721322310.260.4300.09264.2467.3571.18
HexAC84E71A2B091084347
Octal2542043473253011410103107
Binary101011001000010011100111110101010110100110000100010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC84E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC84E7; }

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

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

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

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

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

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

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

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