#AC98F1

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

Shades of Biloba Flower #AC98F1

Tints of Biloba Flower #AC98F1

Color information

#AC98F1 (or 0xAC98F1) is unknown color: approx Biloba Flower. HEX triplet: AC, 98 and F1. RGB value is (172,152,241). Sum of RGB (Red+Green+Blue) = 172+152+241=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC98F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC98F1 is #53670E. Grayscale: #A7A7A7. Windows color (decimal): -5465871 or 15833260. OLE color: 15833260.

HSL color Cylindrical-coordinate representation of color #AC98F1: hue angle of 253.48º degrees, saturation: 0.76, 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 #AC98F1 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172152241-
CMYK0.290.3700.05
HSL253.48º76.07%77.06%-
HSV(B)253.48º36.93%94.51%-
XYZ44.1237.5888.15-
YUV168.13169.13130.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.44%
GREEN value IS 152 (59.77% from 255) = 26.90%
BLUE value IS 241 (94.53% from 255) = 42.65%
R=30.44%
G=26.90%
B=42.65%

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
Decimal1721522410.290.3700.05253.4876.0777.06
HexAC98F11D2505fd4c4d
Octal254230361354505375114115
Binary1010110010011000111100011110110010101011111110110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98F1; }

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

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

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

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

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

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

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

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