#AC98F7

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

Shades of Biloba Flower #AC98F7

Tints of Biloba Flower #AC98F7

Color information

#AC98F7 (or 0xAC98F7) is unknown color: approx Biloba Flower. HEX triplet: AC, 98 and F7. RGB value is (172,152,247). Sum of RGB (Red+Green+Blue) = 172+152+247=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 247 (96.88% from 255 or 43.26% from 571); Max value from RGB is 247 - color contains mainly: blue. Hex color #AC98F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC98F7 is #536708. Grayscale: #A8A8A8. Windows color (decimal): -5465865 or 16226476. OLE color: 16226476.

HSL color Cylindrical-coordinate representation of color #AC98F7: hue angle of 252.63º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC98F7 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172152247-
CMYK0.300.3800.03
HSL252.63º85.59%78.24%-
HSV(B)252.63º38.46%96.86%-
XYZ45.0337.9492.95-
YUV168.81172.13130.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 152 (59.77% from 255) = 26.62%
BLUE value IS 247 (96.88% from 255) = 43.26%
R=30.12%
G=26.62%
B=43.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1721522470.300.3800.03252.6385.5978.24
HexAC98F71E2603fd564e
Octal254230367364603375126116
Binary101011001001100011110111111101001100111111110110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98F7; }

 p { color: rgb(172,152,247); }

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

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

 a { background-color: rgb(172,152,247); }

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

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

 span { border-color: rgb(172,152,247); }

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