#AC87E6

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

Shades of Biloba Flower #AC87E6

Tints of Biloba Flower #AC87E6

Color information

#AC87E6 (or 0xAC87E6) is unknown color: approx Biloba Flower. HEX triplet: AC, 87 and E6. RGB value is (172,135,230). Sum of RGB (Red+Green+Blue) = 172+135+230=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 230 (90.23% from 255 or 42.83% from 537); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC87E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC87E6 is #537819. Grayscale: #9C9C9C. Windows color (decimal): -5470234 or 15108012. OLE color: 15108012.

HSL color Cylindrical-coordinate representation of color #AC87E6: hue angle of 263.37º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC87E6 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172135230-
CMYK0.250.4100.10
HSL263.37º65.52%71.57%-
HSV(B)263.37º41.3%90.2%-
XYZ39.9631.8178.9-
YUV156.89169.26138.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 135 (53.12% from 255) = 25.14%
BLUE value IS 230 (90.23% from 255) = 42.83%
R=32.03%
G=25.14%
B=42.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1721352300.250.4100.10263.3765.5271.57
HexAC87E619290A1074248
Octal2542073463151012407102110
Binary101011001000011111100110110011010010101010000011110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC87E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC87E6; }

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

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

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

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

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

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

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

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