Html Css Color HEX #ADA0DE Biloba Flower

📋 copy color: '#ADA0DE'

red 173 ◦ green 160 ◦ blue 222

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

Shades of Biloba Flower #ADA0DE

Tints of Biloba Flower #ADA0DE

RGB

 RED value IS 173 (67.97% from 255) = 31.17%

 GREEN value IS 160 (62.89% from 255) = 28.83%

 BLUE value IS 222 (87.11% from 255) = 40%

R = 31.17%
G = 28.83%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADA0DE (or 0xADA0DE) is known color: Biloba Flower. HEX triplet: AD, A0 and DE. RGB value is (173,160,222). Sum of RGB (Red+Green+Blue) = 173+160+222=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 160 (62.89% from 255 or 28.83% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADA0DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0DE is #525F21. Grayscale: #AAAAAA. Windows color (decimal): -5398306 or 14590125. OLE color: 14590125.

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

Color convert

RGB 173 160 222 -
CMYK 0.22 0.28 0 0.13
HSL 252.58º 0.48% 0.75% -
HSV(B) 252.58º 0.28% 0.87% -
XYZ 42.99 39.3 74.43 -
YUV 170.96 156.81 129.46 -
System Red Green Blue C M Y K H S L
Decimal 173 160 222 0.22 0.28 0 0.13 252.58 0.48 0.75
Hex AD A0 DE 16 1C 0 D FD 30 4B
Octal 255 240 336 26 34 0 15 375 60 113
Binary 10101101 10100000 11011110 10110 11100 0 1101 11111101 110000 1001011

Color Harmonies of #ADA0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0DE

Black with #ADA0DE

Text Example


Text Example

White with #ADA0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA0DE; }

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

 H1.HeaderClassName
 {
   color: #ADA0DE;
 }
 .AnyTagClassName
 {
   color: #ADA0DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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