#AC99F2

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

Shades of Biloba Flower #AC99F2

Tints of Biloba Flower #AC99F2

Color information

#AC99F2 (or 0xAC99F2) is unknown color: approx Biloba Flower. HEX triplet: AC, 99 and F2. RGB value is (172,153,242). Sum of RGB (Red+Green+Blue) = 172+153+242=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC99F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC99F2 is #53660D. Grayscale: #A8A8A8. Windows color (decimal): -5465614 or 15899052. OLE color: 15899052.

HSL color Cylindrical-coordinate representation of color #AC99F2: hue angle of 252.81º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC99F2 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172153242-
CMYK0.290.3700.05
HSL252.81º77.39%77.45%-
HSV(B)252.81º36.78%94.9%-
XYZ44.4337.9688.99-
YUV168.83169.29130.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.34%
GREEN value IS 153 (60.16% from 255) = 26.98%
BLUE value IS 242 (94.92% from 255) = 42.68%
R=30.34%
G=26.98%
B=42.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721532420.290.3700.05252.8177.3977.45
HexAC99F21D2505fd4d4d
Octal254231362354505375115115
Binary1010110010011001111100101110110010101011111110110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99F2; }

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

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

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

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

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

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

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

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