#AC88FA

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

Shades of Biloba Flower #AC88FA

Tints of Biloba Flower #AC88FA

Color information

#AC88FA (or 0xAC88FA) is unknown color: approx Biloba Flower. HEX triplet: AC, 88 and FA. RGB value is (172,136,250). Sum of RGB (Red+Green+Blue) = 172+136+250=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 136 (53.52% from 255 or 24.37% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC88FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC88FA is #537705. Grayscale: #9F9F9F. Windows color (decimal): -5469958 or 16418988. OLE color: 16418988.

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

Color convert

RGB172136250-
CMYK0.310.4600.02
HSL258.95º91.94%75.69%-
HSV(B)258.95º45.6%98.04%-
XYZ43.0733.2894.6-
YUV159.76178.93136.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.82%
GREEN value IS 136 (53.52% from 255) = 24.37%
BLUE value IS 250 (98.05% from 255) = 44.80%
R=30.82%
G=24.37%
B=44.80%

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
Decimal1721362500.310.4600.02258.9591.9475.69
HexAC88FA1F2E021035c4c
Octal254210372375602403134114
Binary1010110010001000111110101111110111001010000001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC88FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC88FA; }

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

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

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

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

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

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

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

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