#AC87EC

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

Shades of Biloba Flower #AC87EC

Tints of Biloba Flower #AC87EC

Color information

#AC87EC (or 0xAC87EC) is unknown color: approx Biloba Flower. HEX triplet: AC, 87 and EC. RGB value is (172,135,236). Sum of RGB (Red+Green+Blue) = 172+135+236=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 135 (53.12% from 255 or 24.86% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC87EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC87EC is #537813. Grayscale: #9D9D9D. Windows color (decimal): -5470228 or 15501228. OLE color: 15501228.

HSL color Cylindrical-coordinate representation of color #AC87EC: hue angle of 261.98º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC87EC is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172135236-
CMYK0.270.4300.07
HSL261.98º72.66%72.75%-
HSV(B)261.98º42.8%92.55%-
XYZ40.8232.1583.41-
YUV157.58172.26138.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 135 (53.12% from 255) = 24.86%
BLUE value IS 236 (92.58% from 255) = 43.46%
R=31.68%
G=24.86%
B=43.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721352360.270.4300.07261.9872.6672.75
HexAC87EC1B2B071064949
Octal254207354335307406111111
Binary10101100100001111110110011011101011011110000011010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC87EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC87EC; }

 p { color: rgb(172,135,236); }

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

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

 a { background-color: rgb(172,135,236); }

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

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

 span { border-color: rgb(172,135,236); }

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