#AD92F9

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

Shades of Biloba Flower #AD92F9

Tints of Biloba Flower #AD92F9

Color information

#AD92F9 (or 0xAD92F9) is unknown color: approx Biloba Flower. HEX triplet: AD, 92 and F9. RGB value is (173,146,249). Sum of RGB (Red+Green+Blue) = 173+146+249=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD92F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD92F9 is #526D06. Grayscale: #A5A5A5. Windows color (decimal): -5401863 or 16356013. OLE color: 16356013.

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

Color convert

RGB173146249-
CMYK0.310.4100.02
HSL255.73º89.57%77.45%-
HSV(B)255.73º41.37%97.65%-
XYZ44.6136.2894.27-
YUV165.82174.95133.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.46%
GREEN value IS 146 (57.42% from 255) = 25.70%
BLUE value IS 249 (97.66% from 255) = 43.84%
R=30.46%
G=25.70%
B=43.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731462490.310.4100.02255.7389.5777.45
HexAD92F91F29021005a4d
Octal255222371375102400132115
Binary1010110110010010111110011111110100101010000000010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD92F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD92F9; }

 p { color: rgb(173,146,249); }

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

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

 a { background-color: rgb(173,146,249); }

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

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

 span { border-color: rgb(173,146,249); }

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