#AD92E4

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

Shades of Biloba Flower #AD92E4

Tints of Biloba Flower #AD92E4

Color information

#AD92E4 (or 0xAD92E4) is unknown color: approx Biloba Flower. HEX triplet: AD, 92 and E4. RGB value is (173,146,228). Sum of RGB (Red+Green+Blue) = 173+146+228=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 228 (89.45% from 255 or 41.68% from 547); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD92E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92E4 is #526D1B. Grayscale: #A3A3A3. Windows color (decimal): -5401884 or 14979757. OLE color: 14979757.

HSL color Cylindrical-coordinate representation of color #AD92E4: hue angle of 259.76º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD92E4 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173146228-
CMYK0.240.3600.11
HSL259.76º60.29%73.33%-
HSV(B)259.76º35.96%89.41%-
XYZ41.5235.0477.97-
YUV163.42164.45134.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.63%
GREEN value IS 146 (57.42% from 255) = 26.69%
BLUE value IS 228 (89.45% from 255) = 41.68%
R=31.63%
G=26.69%
B=41.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731462280.240.3600.11259.7660.2973.33
HexAD92E418240B1043c49
Octal255222344304401340474111
Binary10101101100100101110010011000100100010111000001001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD92E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD92E4; }

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

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

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

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

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

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

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

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