#ADA0E0

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

Shades of Biloba Flower #ADA0E0

Tints of Biloba Flower #ADA0E0

Color information

#ADA0E0 (or 0xADA0E0) is unknown color: approx Biloba Flower. HEX triplet: AD, A0 and E0. RGB value is (173,160,224). Sum of RGB (Red+Green+Blue) = 173+160+224=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADA0E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0E0 is #525F1F. Grayscale: #AAAAAA. Windows color (decimal): -5398304 or 14721197. OLE color: 14721197.

HSL color Cylindrical-coordinate representation of color #ADA0E0: hue angle of 252.19º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADA0E0 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173160224-
CMYK0.230.2900.12
HSL252.19º50.79%75.29%-
HSV(B)252.19º28.57%87.84%-
XYZ43.2639.4175.85-
YUV171.18157.81129.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.06%
GREEN value IS 160 (62.89% from 255) = 28.73%
BLUE value IS 224 (87.89% from 255) = 40.22%
R=31.06%
G=28.73%
B=40.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731602240.230.2900.12252.1950.7975.29
HexADA0E0171D0Cfc334b
Octal255240340273501437463113
Binary101011011010000011100000101111110101100111111001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA0E0; }

 p { color: rgb(173,160,224); }

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

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

 a { background-color: rgb(173,160,224); }

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

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

 span { border-color: rgb(173,160,224); }

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