#AC87F9

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

Shades of Biloba Flower #AC87F9

Tints of Biloba Flower #AC87F9

Color information

#AC87F9 (or 0xAC87F9) is unknown color: approx Biloba Flower. HEX triplet: AC, 87 and F9. RGB value is (172,135,249). Sum of RGB (Red+Green+Blue) = 172+135+249=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 135 (53.12% from 255 or 24.28% from 556); Blue value is 249 (97.66% from 255 or 44.78% from 556); Max value from RGB is 249 - color contains mainly: blue. Hex color #AC87F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC87F9 is #537806. Grayscale: #9E9E9E. Windows color (decimal): -5470215 or 16353196. OLE color: 16353196.

HSL color Cylindrical-coordinate representation of color #AC87F9: hue angle of 259.47º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC87F9 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172135249-
CMYK0.310.4600.02
HSL259.47º90.48%75.29%-
HSV(B)259.47º45.78%97.65%-
XYZ42.7832.9493.73-
YUV159.06178.76137.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 135 (53.12% from 255) = 24.28%
BLUE value IS 249 (97.66% from 255) = 44.78%
R=30.94%
G=24.28%
B=44.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721352490.310.4600.02259.4790.4875.29
HexAC87F91F2E021035a4b
Octal254207371375602403132113
Binary1010110010000111111110011111110111001010000001110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC87F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC87F9; }

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

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

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

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

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

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

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

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