#AD92DE

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

Shades of Biloba Flower #AD92DE

Tints of Biloba Flower #AD92DE

Color information

#AD92DE (or 0xAD92DE) is unknown color: approx Biloba Flower. HEX triplet: AD, 92 and DE. RGB value is (173,146,222). Sum of RGB (Red+Green+Blue) = 173+146+222=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD92DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92DE is #526D21. Grayscale: #A2A2A2. Windows color (decimal): -5401890 or 14586541. OLE color: 14586541.

HSL color Cylindrical-coordinate representation of color #AD92DE: hue angle of 261.32º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD92DE is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173146222-
CMYK0.220.3400.13
HSL261.32º53.52%72.16%-
HSV(B)261.32º34.23%87.06%-
XYZ40.734.7273.66-
YUV162.74161.45135.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 146 (57.42% from 255) = 26.99%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=31.98%
G=26.99%
B=41.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731462220.220.3400.13261.3253.5272.16
HexAD92DE16220D1053648
Octal255222336264201540566110
Binary10101101100100101101111010110100010011011000001011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD92DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD92DE; }

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

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

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

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

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

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

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

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