Html Css Color HEX #ADA0E0 Biloba Flower

📋 copy color: '#ADA0E0'

red 173 ◦ green 160 ◦ blue 224

#ADA0E0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #ADA0E0

Tints of Biloba Flower #ADA0E0

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 value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ADA0E0 (or 0xADA0E0) is known color: 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

RGB 173 160 224 -
CMYK 0.23 0.29 0 0.12
HSL 252.19º 0.51% 0.75% -
HSV(B) 252.19º 0.29% 0.88% -
XYZ 43.26 39.41 75.85 -
YUV 171.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 173 160 224 0.23 0.29 0 0.12 252.19 0.51 0.75
Hex AD A0 E0 17 1D 0 C FC 33 4B
Octal 255 240 340 27 35 0 14 374 63 113
Binary 10101101 10100000 11100000 10111 11101 0 1100 11111100 110011 1001011

Color Harmonies of #ADA0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0E0

Black with #ADA0E0

Text Example


Text Example

White with #ADA0E0

Text Example


Text Example

HTML Codes & Css Web 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>