Html Css Color HEX #ADA1DF Biloba Flower

📋 copy color: '#ADA1DF'

red 173 ◦ green 161 ◦ blue 223

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

Shades of Biloba Flower #ADA1DF

Tints of Biloba Flower #ADA1DF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.9%

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

R = 31.06%
G = 28.9%
B = 40.04%

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

#ADA1DF (or 0xADA1DF) is known color: Biloba Flower. HEX triplet: AD, A1 and DF. RGB value is (173,161,223). Sum of RGB (Red+Green+Blue) = 173+161+223=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADA1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1DF is #525E20. Grayscale: #ABABAB. Windows color (decimal): -5398049 or 14655917. OLE color: 14655917.

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

Color convert

RGB 173 161 223 -
CMYK 0.22 0.28 0 0.13
HSL 251.61º 0.49% 0.75% -
HSV(B) 251.61º 0.28% 0.87% -
XYZ 43.3 39.7 75.19 -
YUV 171.66 156.98 128.96 -
System Red Green Blue C M Y K H S L
Decimal 173 161 223 0.22 0.28 0 0.13 251.61 0.49 0.75
Hex AD A1 DF 16 1C 0 D FC 31 4B
Octal 255 241 337 26 34 0 15 374 61 113
Binary 10101101 10100001 11011111 10110 11100 0 1101 11111100 110001 1001011

Color Harmonies of #ADA1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA1DF

Black with #ADA1DF

Text Example


Text Example

White with #ADA1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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