#AC88FD

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

Shades of Biloba Flower #AC88FD

Tints of Biloba Flower #AC88FD

Color information

#AC88FD (or 0xAC88FD) is unknown color: approx Biloba Flower. HEX triplet: AC, 88 and FD. RGB value is (172,136,253). Sum of RGB (Red+Green+Blue) = 172+136+253=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC88FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC88FD is #537702. Grayscale: #9F9F9F. Windows color (decimal): -5469955 or 16615596. OLE color: 16615596.

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

Color convert

RGB172136253-
CMYK0.320.4600.01
HSL258.46º96.69%76.27%-
HSV(B)258.46º46.25%99.22%-
XYZ43.5533.4797.09-
YUV160.1180.43136.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.66%
GREEN value IS 136 (53.52% from 255) = 24.24%
BLUE value IS 253 (99.22% from 255) = 45.10%
R=30.66%
G=24.24%
B=45.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1721362530.320.4600.01258.4696.6976.27
HexAC88FD202E01102614c
Octal254210375405601402141114
Binary1010110010001000111111011000001011100110000001011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC88FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC88FD; }

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

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

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

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

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

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

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

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