#AC98FF

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

Shades of Biloba Flower #AC98FF

Tints of Biloba Flower #AC98FF

Color information

#AC98FF (or 0xAC98FF) is unknown color: approx Biloba Flower. HEX triplet: AC, 98 and FF. RGB value is (172,152,255). Sum of RGB (Red+Green+Blue) = 172+152+255=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC98FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC98FF is #536700. Grayscale: #A9A9A9. Windows color (decimal): -5465857 or 16750764. OLE color: 16750764.

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

Color convert

RGB172152255-
CMYK0.330.4000
HSL251.65º100%79.8%-
HSV(B)251.65º40.39%100%-
XYZ46.2938.4599.59-
YUV169.72176.13129.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.71%
GREEN value IS 152 (59.77% from 255) = 26.25%
BLUE value IS 255 (100% from 255) = 44.04%
R=29.71%
G=26.25%
B=44.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721522550.330.4000251.6510079.8
HexAC98FF212800fc6450
Octal254230377415000374144120
Binary101011001001100011111111100001101000001111110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98FF; }

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

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

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

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

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

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

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

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