#AC98FB

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

Shades of Biloba Flower #AC98FB

Tints of Biloba Flower #AC98FB

Color information

#AC98FB (or 0xAC98FB) is unknown color: approx Biloba Flower. HEX triplet: AC, 98 and FB. RGB value is (172,152,251). Sum of RGB (Red+Green+Blue) = 172+152+251=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC98FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC98FB is #536704. Grayscale: #A8A8A8. Windows color (decimal): -5465861 or 16488620. OLE color: 16488620.

HSL color Cylindrical-coordinate representation of color #AC98FB: hue angle of 252.12º degrees, saturation: 0.93, 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 #AC98FB is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172152251-
CMYK0.310.3900.02
HSL252.12º92.52%79.02%-
HSV(B)252.12º39.44%98.43%-
XYZ45.6538.1996.23-
YUV169.27174.13129.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 152 (59.77% from 255) = 26.43%
BLUE value IS 251 (98.44% from 255) = 43.65%
R=29.91%
G=26.43%
B=43.65%

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
Decimal1721522510.310.3900.02252.1292.5279.02
HexAC98FB1F2702fc5d4f
Octal254230373374702374135117
Binary101011001001100011111011111111001110101111110010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98FB; }

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

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

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

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

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

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

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

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