#AD92FB

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

Shades of Biloba Flower #AD92FB

Tints of Biloba Flower #AD92FB

Color information

#AD92FB (or 0xAD92FB) is unknown color: approx Biloba Flower. HEX triplet: AD, 92 and FB. RGB value is (173,146,251). Sum of RGB (Red+Green+Blue) = 173+146+251=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD92FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD92FB is #526D04. Grayscale: #A5A5A5. Windows color (decimal): -5401861 or 16487085. OLE color: 16487085.

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

Color convert

RGB173146251-
CMYK0.310.4200.02
HSL255.43º92.92%77.84%-
HSV(B)255.43º41.83%98.43%-
XYZ44.9336.4195.93-
YUV166.04175.95132.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.35%
GREEN value IS 146 (57.42% from 255) = 25.61%
BLUE value IS 251 (98.44% from 255) = 44.04%
R=30.35%
G=25.61%
B=44.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731462510.310.4200.02255.4392.9277.84
HexAD92FB1F2A02ff5d4e
Octal255222373375202377135116
Binary101011011001001011111011111111010100101111111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD92FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD92FB; }

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

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

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

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

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

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

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

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