Html Css Color HEX #ADA0DF Biloba Flower

📋 copy color: '#ADA0DF'

red 173 ◦ green 160 ◦ blue 223

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

Shades of Biloba Flower #ADA0DF

Tints of Biloba Flower #ADA0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.11%

R = 31.12%
G = 28.78%
B = 40.11%

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

#ADA0DF (or 0xADA0DF) is known color: Biloba Flower. HEX triplet: AD, A0 and DF. RGB value is (173,160,223). Sum of RGB (Red+Green+Blue) = 173+160+223=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADA0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0DF is #525F20. Grayscale: #AAAAAA. Windows color (decimal): -5398305 or 14655661. OLE color: 14655661.

HSL color Cylindrical-coordinate representation of color #ADA0DF: hue angle of 252.38º degrees, saturation: 0.5, 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 #ADA0DF is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 160 223 -
CMYK 0.22 0.28 0 0.13
HSL 252.38º 0.5% 0.75% -
HSV(B) 252.38º 0.28% 0.87% -
XYZ 43.12 39.35 75.14 -
YUV 171.07 157.31 129.38 -
System Red Green Blue C M Y K H S L
Decimal 173 160 223 0.22 0.28 0 0.13 252.38 0.5 0.75
Hex AD A0 DF 16 1C 0 D FC 32 4B
Octal 255 240 337 26 34 0 15 374 62 113
Binary 10101101 10100000 11011111 10110 11100 0 1101 11111100 110010 1001011

Color Harmonies of #ADA0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0DF

Black with #ADA0DF

Text Example


Text Example

White with #ADA0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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