#AC86FD

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

Shades of Biloba Flower #AC86FD

Tints of Biloba Flower #AC86FD

Color information

#AC86FD (or 0xAC86FD) is unknown color: approx Biloba Flower. HEX triplet: AC, 86 and FD. RGB value is (172,134,253). Sum of RGB (Red+Green+Blue) = 172+134+253=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC86FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC86FD is #537902. Grayscale: #9E9E9E. Windows color (decimal): -5470467 or 16615084. OLE color: 16615084.

HSL color Cylindrical-coordinate representation of color #AC86FD: hue angle of 259.16º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC86FD is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172134253-
CMYK0.320.4700.01
HSL259.16º96.75%75.88%-
HSV(B)259.16º47.04%99.22%-
XYZ43.2732.9197-
YUV158.93181.09137.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 134 (52.73% from 255) = 23.97%
BLUE value IS 253 (99.22% from 255) = 45.26%
R=30.77%
G=23.97%
B=45.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1721342530.320.4700.01259.1696.7575.88
HexAC86FD202F01103614c
Octal254206375405701403141114
Binary1010110010000110111111011000001011110110000001111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC86FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC86FD; }

 p { color: rgb(172,134,253); }

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

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

 a { background-color: rgb(172,134,253); }

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

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

 span { border-color: rgb(172,134,253); }

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