#AD98FA

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

Shades of Biloba Flower #AD98FA

Tints of Biloba Flower #AD98FA

Color information

#AD98FA (or 0xAD98FA) is unknown color: approx Biloba Flower. HEX triplet: AD, 98 and FA. RGB value is (173,152,250). Sum of RGB (Red+Green+Blue) = 173+152+250=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD98FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD98FA is #526705. Grayscale: #A9A9A9. Windows color (decimal): -5400326 or 16423085. OLE color: 16423085.

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

Color convert

RGB173152250-
CMYK0.310.3900.02
HSL252.86º90.74%78.82%-
HSV(B)252.86º39.2%98.04%-
XYZ45.7238.2495.41-
YUV169.45173.46130.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.09%
GREEN value IS 152 (59.77% from 255) = 26.43%
BLUE value IS 250 (98.05% from 255) = 43.48%
R=30.09%
G=26.43%
B=43.48%

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
Decimal1731522500.310.3900.02252.8690.7478.82
HexAD98FA1F2702fd5b4f
Octal255230372374702375133117
Binary101011011001100011111010111111001110101111110110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD98FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD98FA; }

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

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

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

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

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

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

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

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