#AC99FE

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

Shades of Biloba Flower #AC99FE

Tints of Biloba Flower #AC99FE

Color information

#AC99FE (or 0xAC99FE) is unknown color: approx Biloba Flower. HEX triplet: AC, 99 and FE. RGB value is (172,153,254). Sum of RGB (Red+Green+Blue) = 172+153+254=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC99FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC99FE is #536601. Grayscale: #A9A9A9. Windows color (decimal): -5465602 or 16685484. OLE color: 16685484.

HSL color Cylindrical-coordinate representation of color #AC99FE: hue angle of 251.29º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC99FE is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB172153254-
CMYK0.320.4000.00
HSL251.29º98.06%79.8%-
HSV(B)251.29º39.76%99.61%-
XYZ46.2938.7198.8-
YUV170.19175.29129.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.71%
GREEN value IS 153 (60.16% from 255) = 26.42%
BLUE value IS 254 (99.61% from 255) = 43.87%
R=29.71%
G=26.42%
B=43.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1721532540.320.4000.00251.2998.0679.8
HexAC99FE202800fb6250
Octal254231376405000373142120
Binary101011001001100111111110100000101000001111101111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99FE; }

 p { color: rgb(172,153,254); }

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

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

 a { background-color: rgb(172,153,254); }

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

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

 span { border-color: rgb(172,153,254); }

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