Html Css Color HEX #ADA0DC Biloba Flower

📋 copy color: '#ADA0DC'

red 173 ◦ green 160 ◦ blue 220

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

Shades of Biloba Flower #ADA0DC

Tints of Biloba Flower #ADA0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.78%

R = 31.28%
G = 28.93%
B = 39.78%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADA0DC (or 0xADA0DC) is known color: Biloba Flower. HEX triplet: AD, A0 and DC. RGB value is (173,160,220). Sum of RGB (Red+Green+Blue) = 173+160+220=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADA0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0DC is #525F23. Grayscale: #AAAAAA. Windows color (decimal): -5398308 or 14459053. OLE color: 14459053.

HSL color Cylindrical-coordinate representation of color #ADA0DC: hue angle of 253º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADA0DC is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 160 220 -
CMYK 0.21 0.27 0 0.14
HSL 253º 0.46% 0.75% -
HSV(B) 253º 0.27% 0.86% -
XYZ 42.72 39.19 73.02 -
YUV 170.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 173 160 220 0.21 0.27 0 0.14 253 0.46 0.75
Hex AD A0 DC 15 1B 0 E FD 2E 4B
Octal 255 240 334 25 33 0 16 375 56 113
Binary 10101101 10100000 11011100 10101 11011 0 1110 11111101 101110 1001011

Color Harmonies of #ADA0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0DC

Black with #ADA0DC

Text Example


Text Example

White with #ADA0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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