#AC98FA

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

Shades of Biloba Flower #AC98FA

Tints of Biloba Flower #AC98FA

Color information

#AC98FA (or 0xAC98FA) is unknown color: approx Biloba Flower. HEX triplet: AC, 98 and FA. RGB value is (172,152,250). Sum of RGB (Red+Green+Blue) = 172+152+250=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC98FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC98FA is #536705. Grayscale: #A8A8A8. Windows color (decimal): -5465862 or 16423084. OLE color: 16423084.

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

Color convert

RGB172152250-
CMYK0.310.3900.02
HSL252.24º90.74%78.82%-
HSV(B)252.24º39.2%98.04%-
XYZ45.538.1395.4-
YUV169.15173.63130.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 152 (59.77% from 255) = 26.48%
BLUE value IS 250 (98.05% from 255) = 43.55%
R=29.97%
G=26.48%
B=43.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721522500.310.3900.02252.2490.7478.82
HexAC98FA1F2702fc5b4f
Octal254230372374702374133117
Binary101011001001100011111010111111001110101111110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98FA; }

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

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

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

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

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

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

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

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