#AD92E7

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

Shades of Biloba Flower #AD92E7

Tints of Biloba Flower #AD92E7

Color information

#AD92E7 (or 0xAD92E7) is unknown color: approx Biloba Flower. HEX triplet: AD, 92 and E7. RGB value is (173,146,231). Sum of RGB (Red+Green+Blue) = 173+146+231=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 231 (90.62% from 255 or 42% from 550); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD92E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD92E7 is #526D18. Grayscale: #A3A3A3. Windows color (decimal): -5401881 or 15176365. OLE color: 15176365.

HSL color Cylindrical-coordinate representation of color #AD92E7: hue angle of 259.06º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD92E7 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173146231-
CMYK0.250.3700.09
HSL259.06º63.91%73.92%-
HSV(B)259.06º36.8%90.59%-
XYZ41.9435.2180.19-
YUV163.76165.95134.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.45%
GREEN value IS 146 (57.42% from 255) = 26.55%
BLUE value IS 231 (90.62% from 255) = 42%
R=31.45%
G=26.55%
B=42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731462310.250.3700.09259.0663.9173.92
HexAD92E7192509103404a
Octal2552223473145011403100112
Binary101011011001001011100111110011001010100110000001110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD92E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD92E7; }

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

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

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

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

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

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

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

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