#AC98F4

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

Shades of Biloba Flower #AC98F4

Tints of Biloba Flower #AC98F4

Color information

#AC98F4 (or 0xAC98F4) is unknown color: approx Biloba Flower. HEX triplet: AC, 98 and F4. RGB value is (172,152,244). Sum of RGB (Red+Green+Blue) = 172+152+244=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 244 (95.70% from 255 or 42.96% from 568); Max value from RGB is 244 - color contains mainly: blue. Hex color #AC98F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC98F4 is #53670B. Grayscale: #A8A8A8. Windows color (decimal): -5465868 or 16029868. OLE color: 16029868.

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

Color convert

RGB172152244-
CMYK0.300.3800.04
HSL253.04º80.7%77.65%-
HSV(B)253.04º37.7%95.69%-
XYZ44.5737.7690.53-
YUV168.47170.63130.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.28%
GREEN value IS 152 (59.77% from 255) = 26.76%
BLUE value IS 244 (95.70% from 255) = 42.96%
R=30.28%
G=26.76%
B=42.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721522440.300.3800.04253.0480.777.65
HexAC98F41E2604fd514e
Octal254230364364604375121116
Binary1010110010011000111101001111010011001001111110110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98F4; }

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

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

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

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

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

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

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

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