#AC87EB

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

Shades of Biloba Flower #AC87EB

Tints of Biloba Flower #AC87EB

Color information

#AC87EB (or 0xAC87EB) is unknown color: approx Biloba Flower. HEX triplet: AC, 87 and EB. RGB value is (172,135,235). Sum of RGB (Red+Green+Blue) = 172+135+235=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 135 (53.12% from 255 or 24.91% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #AC87EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC87EB is #537814. Grayscale: #9D9D9D. Windows color (decimal): -5470229 or 15435692. OLE color: 15435692.

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

Color convert

RGB172135235-
CMYK0.270.4300.08
HSL262.2º71.43%72.55%-
HSV(B)262.2º42.55%92.16%-
XYZ40.6732.182.65-
YUV157.46171.76138.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.73%
GREEN value IS 135 (53.12% from 255) = 24.91%
BLUE value IS 235 (92.19% from 255) = 43.36%
R=31.73%
G=24.91%
B=43.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721352350.270.4300.08262.271.4372.55
HexAC87EB1B2B081064749
Octal2542073533353010406107111
Binary101011001000011111101011110111010110100010000011010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC87EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC87EB; }

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

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

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

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

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

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

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

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