#AD94E5

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

Shades of Biloba Flower #AD94E5

Tints of Biloba Flower #AD94E5

Color information

#AD94E5 (or 0xAD94E5) is unknown color: approx Biloba Flower. HEX triplet: AD, 94 and E5. RGB value is (173,148,229). Sum of RGB (Red+Green+Blue) = 173+148+229=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD94E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94E5 is #526B1A. Grayscale: #A4A4A4. Windows color (decimal): -5401371 or 15045805. OLE color: 15045805.

HSL color Cylindrical-coordinate representation of color #AD94E5: hue angle of 258.52º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD94E5 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173148229-
CMYK0.240.3500.10
HSL258.52º60.9%73.92%-
HSV(B)258.52º35.37%89.8%-
XYZ41.9735.7278.81-
YUV164.71164.28133.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.45%
GREEN value IS 148 (58.20% from 255) = 26.91%
BLUE value IS 229 (89.84% from 255) = 41.64%
R=31.45%
G=26.91%
B=41.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1731482290.240.3500.10258.5260.973.92
HexAD94E518230A1033d4a
Octal255224345304301240375112
Binary10101101100101001110010111000100011010101000000111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD94E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD94E5; }

 p { color: rgb(173,148,229); }

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

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

 a { background-color: rgb(173,148,229); }

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

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

 span { border-color: rgb(173,148,229); }

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